#FBDDA5

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

Shades of Cape Honey #FBDDA5

Tints of Cape Honey #FBDDA5

Color information

#FBDDA5 (or 0xFBDDA5) is unknown color: approx Cape Honey. HEX triplet: FB, DD and A5. RGB value is (251,221,165). Sum of RGB (Red+Green+Blue) = 251+221+165=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 165 (64.84% from 255 or 25.90% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA5 is #04225A. Grayscale: #DFDFDF. Windows color (decimal): -270939 or 10870267. OLE color: 10870267.

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

Color convert

RGB251221165-
CMYK00.120.340.02
HSL39.07º91.49%81.57%-
HSV(B)39.07º34.26%98.43%-
XYZ72.4374.9446.24-
YUV223.5994.94147.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 165 (64.84% from 255) = 25.90%
R=39.40%
G=34.69%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122116500.120.340.0239.0791.4981.57
HexFBDDA50C222275b52
Octal37333524501442247133122
Binary111110111101110110100101011001000101010011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDA5; }

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

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

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

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

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

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

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

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