#FBDCA2

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

Shades of Cape Honey #FBDCA2

Tints of Cape Honey #FBDCA2

Color information

#FBDCA2 (or 0xFBDCA2) is unknown color: approx Cape Honey. HEX triplet: FB, DC and A2. RGB value is (251,220,162). Sum of RGB (Red+Green+Blue) = 251+220+162=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDCA2 is #04235D. Grayscale: #DEDEDE. Windows color (decimal): -271198 or 10673403. OLE color: 10673403.

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

Color convert

RGB251220162-
CMYK00.120.350.02
HSL39.1º91.75%80.98%-
HSV(B)39.1º35.46%98.43%-
XYZ71.974.344.74-
YUV222.6693.77148.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 162 (63.67% from 255) = 25.59%
R=39.65%
G=34.76%
B=25.59%

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
Decimal25122016200.120.350.0239.191.7580.98
HexFBDCA20C232275c51
Octal37333424201443247134121
Binary111110111101110010100010011001000111010011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCA2; }

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

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

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

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

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

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

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

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