Html Css Color HEX #FCDFA8 Cape Honey

📋 copy color: '#FCDFA8'

red 252 ◦ green 223 ◦ blue 168

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

Shades of Cape Honey #FCDFA8

Tints of Cape Honey #FCDFA8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

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

R = 39.19%
G = 34.68%
B = 26.13%

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

#FCDFA8 (or 0xFCDFA8) is known color: Cape Honey. HEX triplet: FC, DF and A8. RGB value is (252,223,168). Sum of RGB (Red+Green+Blue) = 252+223+168=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFA8 is #032057. Grayscale: #E1E1E1. Windows color (decimal): -204888 or 11067388. OLE color: 11067388.

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

Color convert

RGB 252 223 168 -
CMYK 0 0.12 0.33 0.01
HSL 39.29º 0.93% 0.82% -
HSV(B) 39.29º 0.33% 0.99% -
XYZ 73.6 76.3 47.89 -
YUV 225.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 252 223 168 0 0.12 0.33 0.01 39.29 0.93 0.82
Hex FC DF A8 0 C 21 1 27 5D 52
Octal 374 337 250 0 14 41 1 47 135 122
Binary 11111100 11011111 10101000 0 1100 100001 1 100111 1011101 1010010

Color Harmonies of #FCDFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFA8

Black with #FCDFA8

Text Example


Text Example

White with #FCDFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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