#FBDDA2

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

Shades of Cape Honey #FBDDA2

Tints of Cape Honey #FBDDA2

Color information

#FBDDA2 (or 0xFBDDA2) is unknown color: approx Cape Honey. HEX triplet: FB, DD and A2. RGB value is (251,221,162). Sum of RGB (Red+Green+Blue) = 251+221+162=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA2 is #04225D. Grayscale: #DFDFDF. Windows color (decimal): -270942 or 10673659. OLE color: 10673659.

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

Color convert

RGB251221162-
CMYK00.120.350.02
HSL39.78º91.75%80.98%-
HSV(B)39.78º35.46%98.43%-
XYZ72.1674.8344.82-
YUV223.2493.44147.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 162 (63.67% from 255) = 25.55%
R=39.59%
G=34.86%
B=25.55%

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
Decimal25122116200.120.350.0239.7891.7580.98
HexFBDDA20C232285c51
Octal37333524201443250134121
Binary111110111101110110100010011001000111010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDA2; }

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

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

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

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

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

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

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

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