Html Css Color HEX #FCDBA6 Cape Honey

📋 copy color: '#FCDBA6'

red 252 ◦ green 219 ◦ blue 166

#FCDBA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Honey #FCDBA6

Tints of Cape Honey #FCDBA6

RGB

 RED value IS 252 (98.83% from 255) = 39.56%

 GREEN value IS 219 (85.94% from 255) = 34.38%

 BLUE value IS 166 (65.23% from 255) = 26.06%

R = 39.56%
G = 34.38%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCDBA6 (or 0xFCDBA6) is known color: Cape Honey. HEX triplet: FC, DB and A6. RGB value is (252,219,166). Sum of RGB (Red+Green+Blue) = 252+219+166=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBA6 is #032459. Grayscale: #DFDFDF. Windows color (decimal): -205914 or 10935292. OLE color: 10935292.

HSL color Cylindrical-coordinate representation of color #FCDBA6: hue angle of 36.98º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCDBA6 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 166 -
CMYK 0 0.13 0.34 0.01
HSL 36.98º 0.93% 0.82% -
HSV(B) 36.98º 0.34% 0.99% -
XYZ 72.36 74.11 46.57 -
YUV 222.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 252 219 166 0 0.13 0.34 0.01 36.98 0.93 0.82
Hex FC DB A6 0 D 22 1 25 5D 52
Octal 374 333 246 0 15 42 1 45 135 122
Binary 11111100 11011011 10100110 0 1101 100010 1 100101 1011101 1010010

Color Harmonies of #FCDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBA6

Black with #FCDBA6

Text Example


Text Example

White with #FCDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBA6; }

 p { color: rgb(252,219,166); }

 H1.HeaderClassName
 {
   color: #FCDBA6;
 }
 .AnyTagClassName
 {
   color: #FCDBA6;
 }
</style>

background-color css

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

 a { background-color: rgb(252,219,166); }

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

border-color css

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

 span { border-color: rgb(252,219,166); }

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