Html Css Color HEX #FCE5CA Derby

📋 copy color: '#FCE5CA'

red 252 ◦ green 229 ◦ blue 202

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

Shades of Derby #FCE5CA

Tints of Derby #FCE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.53%

 BLUE value IS 202 (79.3% from 255) = 29.58%

R = 36.9%
G = 33.53%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCE5CA (or 0xFCE5CA) is known color: Derby. HEX triplet: FC, E5 and CA. RGB value is (252,229,202). Sum of RGB (Red+Green+Blue) = 252+229+202=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CA is #031A35. Grayscale: #E8E8E8. Windows color (decimal): -203318 or 13297148. OLE color: 13297148.

HSL color Cylindrical-coordinate representation of color #FCE5CA: hue angle of 32.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE5CA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 202 -
CMYK 0 0.09 0.20 0.01
HSL 32.4º 0.89% 0.89% -
HSV(B) 32.4º 0.2% 0.99% -
XYZ 78.82 81 67.36 -
YUV 232.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 252 229 202 0 0.09 0.20 0.01 32.4 0.89 0.89
Hex FC E5 CA 0 9 14 1 20 59 59
Octal 374 345 312 0 11 24 1 40 131 131
Binary 11111100 11100101 11001010 0 1001 10100 1 100000 1011001 1011001

Color Harmonies of #FCE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5CA

Black with #FCE5CA

Text Example


Text Example

White with #FCE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5CA; }

 p { color: rgb(252,229,202); }

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

background-color css

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

 a { background-color: rgb(252,229,202); }

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

border-color css

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

 span { border-color: rgb(252,229,202); }

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