#FBDCA4

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

Shades of Cape Honey #FBDCA4

Tints of Cape Honey #FBDCA4

Color information

#FBDCA4 (or 0xFBDCA4) is unknown color: approx Cape Honey. HEX triplet: FB, DC and A4. RGB value is (251,220,164). Sum of RGB (Red+Green+Blue) = 251+220+164=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCA4 is #04235B. Grayscale: #DFDFDF. Windows color (decimal): -271196 or 10804475. OLE color: 10804475.

HSL color Cylindrical-coordinate representation of color #FBDCA4: hue angle of 38.62º 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 #FBDCA4 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251220164-
CMYK00.120.350.02
HSL38.62º91.58%81.37%-
HSV(B)38.62º34.66%98.43%-
XYZ72.0874.3845.68-
YUV222.8894.77148.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 164 (64.45% from 255) = 25.83%
R=39.53%
G=34.65%
B=25.83%

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
Decimal25122016400.120.350.0238.6291.5881.37
HexFBDCA40C232275c51
Octal37333424401443247134121
Binary111110111101110010100100011001000111010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCA4; }

 p { color: rgb(251,220,164); }

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

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

 a { background-color: rgb(251,220,164); }

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

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

 span { border-color: rgb(251,220,164); }

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