Html Css Color HEX #FCDDA8 Cape Honey

📋 copy color: '#FCDDA8'

red 252 ◦ green 221 ◦ blue 168

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

Shades of Cape Honey #FCDDA8

Tints of Cape Honey #FCDDA8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.48%

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 39.31%
G = 34.48%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCDDA8 (or 0xFCDDA8) is known color: Cape Honey. HEX triplet: FC, DD and A8. RGB value is (252,221,168). Sum of RGB (Red+Green+Blue) = 252+221+168=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA8 is #032257. Grayscale: #E0E0E0. Windows color (decimal): -205400 or 11066876. OLE color: 11066876.

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

Color convert

RGB 252 221 168 -
CMYK 0 0.12 0.33 0.01
HSL 37.86º 0.93% 0.82% -
HSV(B) 37.86º 0.33% 0.99% -
XYZ 73.07 75.24 47.72 -
YUV 224.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 252 221 168 0 0.12 0.33 0.01 37.86 0.93 0.82
Hex FC DD A8 0 C 21 1 26 5D 52
Octal 374 335 250 0 14 41 1 46 135 122
Binary 11111100 11011101 10101000 0 1100 100001 1 100110 1011101 1010010

Color Harmonies of #FCDDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDA8

Black with #FCDDA8

Text Example


Text Example

White with #FCDDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDA8; }

 p { color: rgb(252,221,168); }

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

background-color css

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

 a { background-color: rgb(252,221,168); }

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

border-color css

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

 span { border-color: rgb(252,221,168); }

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