#FBDEA2

Color #FBDEA2 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FBDEA2

Tints of Cape Honey #FBDEA2

Color information

#FBDEA2 (or 0xFBDEA2) is unknown color: approx Cape Honey. HEX triplet: FB, DE and A2. RGB value is (251,222,162). Sum of RGB (Red+Green+Blue) = 251+222+162=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA2 is #04215D. Grayscale: #E0E0E0. Windows color (decimal): -270686 or 10673915. OLE color: 10673915.

HSL color Cylindrical-coordinate representation of color #FBDEA2: hue angle of 40.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBDEA2 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251222162-
CMYK00.120.350.02
HSL40.45º91.75%80.98%-
HSV(B)40.45º35.46%98.43%-
XYZ72.4375.3644.91-
YUV223.8393.11147.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 162 (63.67% from 255) = 25.51%
R=39.53%
G=34.96%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122216200.120.350.0240.4591.7580.98
HexFBDEA20C232285c51
Octal37333624201443250134121
Binary111110111101111010100010011001000111010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEA2; }

 p { color: rgb(251,222,162); }

 H1.HeaderClassName
 {
   color: #FBDEA2;
 }
 .AnyTagClassName
 {
   color: #FBDEA2;
 }
</style>
background-color css

<style>
 a { background-color: #FBDEA2; }

 a { background-color: rgb(251,222,162); }

 div.DivClassName
 {
   background-color: #FBDEA2;
 }
 .BgClassName
 {
   background-color: #FBDEA2;
 }
</style>
border-color css

<style>
 span { border-color: #FBDEA2; }

 span { border-color: rgb(251,222,162); }

 td.TdClassName
 {
   border-color: #FBDEA2;
 }
 .TagClassName
 {
   border-color: #FBDEA2;
 }
</style>