Html Css Color HEX #FCDFA2 Cape Honey

📋 copy color: '#FCDFA2'

red 252 ◦ green 223 ◦ blue 162

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

Shades of Cape Honey #FCDFA2

Tints of Cape Honey #FCDFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.43%

R = 39.56%
G = 35.01%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCDFA2 (or 0xFCDFA2) is known color: Cape Honey. HEX triplet: FC, DF and A2. RGB value is (252,223,162). Sum of RGB (Red+Green+Blue) = 252+223+162=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFA2 is #03205D. Grayscale: #E0E0E0. Windows color (decimal): -204894 or 10674172. OLE color: 10674172.

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

Color convert

RGB 252 223 162 -
CMYK 0 0.12 0.36 0.01
HSL 40.67º 0.94% 0.81% -
HSV(B) 40.67º 0.36% 0.99% -
XYZ 73.05 76.08 45.02 -
YUV 224.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 252 223 162 0 0.12 0.36 0.01 40.67 0.94 0.81
Hex FC DF A2 0 C 24 1 29 5E 51
Octal 374 337 242 0 14 44 1 51 136 121
Binary 11111100 11011111 10100010 0 1100 100100 1 101001 1011110 1010001

Color Harmonies of #FCDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFA2

Black with #FCDFA2

Text Example


Text Example

White with #FCDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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