#FBDCA1

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

Shades of Cape Honey #FBDCA1

Tints of Cape Honey #FBDCA1

Color information

#FBDCA1 (or 0xFBDCA1) is unknown color: approx Cape Honey. HEX triplet: FB, DC and A1. RGB value is (251,220,161). Sum of RGB (Red+Green+Blue) = 251+220+161=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCA1 is #04235E. Grayscale: #DEDEDE. Windows color (decimal): -271199 or 10607867. OLE color: 10607867.

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

Color convert

RGB251220161-
CMYK00.120.360.02
HSL39.33º91.84%80.78%-
HSV(B)39.33º35.86%98.43%-
XYZ71.8174.2744.27-
YUV222.5493.27148.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 161 (63.28% from 255) = 25.47%
R=39.72%
G=34.81%
B=25.47%

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
Decimal25122016100.120.360.0239.3391.8480.78
HexFBDCA10C242275c51
Octal37333424101444247134121
Binary111110111101110010100001011001001001010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCA1; }

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

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

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

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

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

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

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

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