Html Css Color HEX #FCDEA2 Cape Honey

📋 copy color: '#FCDEA2'

red 252 ◦ green 222 ◦ blue 162

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

Shades of Cape Honey #FCDEA2

Tints of Cape Honey #FCDEA2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

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

R = 39.62%
G = 34.91%
B = 25.47%

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

#FCDEA2 (or 0xFCDEA2) is known color: Cape Honey. HEX triplet: FC, DE and A2. RGB value is (252,222,162). Sum of RGB (Red+Green+Blue) = 252+222+162=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEA2 is #03215D. Grayscale: #E0E0E0. Windows color (decimal): -205150 or 10673916. OLE color: 10673916.

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

Color convert

RGB 252 222 162 -
CMYK 0 0.12 0.36 0.01
HSL 40º 0.94% 0.81% -
HSV(B) 40º 0.36% 0.99% -
XYZ 72.79 75.55 44.93 -
YUV 224.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 252 222 162 0 0.12 0.36 0.01 40 0.94 0.81
Hex FC DE A2 0 C 24 1 28 5E 51
Octal 374 336 242 0 14 44 1 50 136 121
Binary 11111100 11011110 10100010 0 1100 100100 1 101000 1011110 1010001

Color Harmonies of #FCDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEA2

Black with #FCDEA2

Text Example


Text Example

White with #FCDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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