#FBDDA4

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

Shades of Cape Honey #FBDDA4

Tints of Cape Honey #FBDDA4

Color information

#FBDDA4 (or 0xFBDDA4) is unknown color: approx Cape Honey. HEX triplet: FB, DD and A4. RGB value is (251,221,164). Sum of RGB (Red+Green+Blue) = 251+221+164=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 164 (64.45% from 255 or 25.79% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA4 is #04225B. Grayscale: #DFDFDF. Windows color (decimal): -270940 or 10804731. OLE color: 10804731.

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

Color convert

RGB251221164-
CMYK00.120.350.02
HSL39.31º91.58%81.37%-
HSV(B)39.31º34.66%98.43%-
XYZ72.3474.945.77-
YUV223.4794.44147.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 164 (64.45% from 255) = 25.79%
R=39.47%
G=34.75%
B=25.79%

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
Decimal25122116400.120.350.0239.3191.5881.37
HexFBDDA40C232275c51
Octal37333524401443247134121
Binary111110111101110110100100011001000111010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDA4; }

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

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

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

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

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

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

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

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