#FBDEA0

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

Shades of Cape Honey #FBDEA0

Tints of Cape Honey #FBDEA0

Color information

#FBDEA0 (or 0xFBDEA0) is unknown color: approx Cape Honey. HEX triplet: FB, DE and A0. RGB value is (251,222,160). Sum of RGB (Red+Green+Blue) = 251+222+160=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEA0 is #04215F. Grayscale: #DFDFDF. Windows color (decimal): -270688 or 10542843. OLE color: 10542843.

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

Color convert

RGB251222160-
CMYK00.120.360.02
HSL40.88º91.92%80.59%-
HSV(B)40.88º36.25%98.43%-
XYZ72.2575.2943.98-
YUV223.692.11147.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 160 (62.89% from 255) = 25.28%
R=39.65%
G=35.07%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122216000.120.360.0240.8891.9280.59
HexFBDEA00C242295c51
Octal37333624001444251134121
Binary111110111101111010100000011001001001010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEA0; }

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

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

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

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

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

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

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

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