#FBDDA3

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

Shades of Cape Honey #FBDDA3

Tints of Cape Honey #FBDDA3

Color information

#FBDDA3 (or 0xFBDDA3) is unknown color: approx Cape Honey. HEX triplet: FB, DD and A3. RGB value is (251,221,163). Sum of RGB (Red+Green+Blue) = 251+221+163=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA3 is #04225C. Grayscale: #DFDFDF. Windows color (decimal): -270941 or 10739195. OLE color: 10739195.

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

Color convert

RGB251221163-
CMYK00.120.350.02
HSL39.55º91.67%81.18%-
HSV(B)39.55º35.06%98.43%-
XYZ72.2574.8745.29-
YUV223.3693.94147.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 163 (64.06% from 255) = 25.67%
R=39.53%
G=34.80%
B=25.67%

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
Decimal25122116300.120.350.0239.5591.6781.18
HexFBDDA30C232285c51
Octal37333524301443250134121
Binary111110111101110110100011011001000111010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDA3; }

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

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

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

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

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

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

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

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