#FBDDA1

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

Shades of Cape Honey #FBDDA1

Tints of Cape Honey #FBDDA1

Color information

#FBDDA1 (or 0xFBDDA1) is unknown color: approx Cape Honey. HEX triplet: FB, DD and A1. RGB value is (251,221,161). Sum of RGB (Red+Green+Blue) = 251+221+161=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDA1 is #04225E. Grayscale: #DFDFDF. Windows color (decimal): -270943 or 10608123. OLE color: 10608123.

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

Color convert

RGB251221161-
CMYK00.120.360.02
HSL40º91.84%80.78%-
HSV(B)40º35.86%98.43%-
XYZ72.0774.844.36-
YUV223.1392.94147.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 161 (63.28% from 255) = 25.43%
R=39.65%
G=34.91%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122116100.120.360.024091.8480.78
HexFBDDA10C242285c51
Octal37333524101444250134121
Binary111110111101110110100001011001001001010100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDA1; }

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

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

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

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

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

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

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

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