Html Css Color HEX #FCE1A1 Cape Honey

📋 copy color: '#FCE1A1'

red 252 ◦ green 225 ◦ blue 161

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

Shades of Cape Honey #FCE1A1

Tints of Cape Honey #FCE1A1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.27%

 BLUE value IS 161 (63.28% from 255) = 25.24%

R = 39.5%
G = 35.27%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FCE1A1 (or 0xFCE1A1) is known color: Cape Honey. HEX triplet: FC, E1 and A1. RGB value is (252,225,161). Sum of RGB (Red+Green+Blue) = 252+225+161=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1A1 is #031E5E. Grayscale: #E2E2E2. Windows color (decimal): -204383 or 10609148. OLE color: 10609148.

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

Color convert

RGB 252 225 161 -
CMYK 0 0.11 0.36 0.01
HSL 42.2º 0.94% 0.81% -
HSV(B) 42.2º 0.36% 0.99% -
XYZ 73.5 77.12 44.73 -
YUV 225.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 252 225 161 0 0.11 0.36 0.01 42.2 0.94 0.81
Hex FC E1 A1 0 B 24 1 2A 5E 51
Octal 374 341 241 0 13 44 1 52 136 121
Binary 11111100 11100001 10100001 0 1011 100100 1 101010 1011110 1010001

Color Harmonies of #FCE1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1A1

Black with #FCE1A1

Text Example


Text Example

White with #FCE1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1A1; }

 p { color: rgb(252,225,161); }

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

background-color css

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

 a { background-color: rgb(252,225,161); }

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

border-color css

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

 span { border-color: rgb(252,225,161); }

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