Html Css Color HEX #FCE7CA Derby

📋 copy color: '#FCE7CA'

red 252 ◦ green 231 ◦ blue 202

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

Shades of Derby #FCE7CA

Tints of Derby #FCE7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.72%

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

R = 36.79%
G = 33.72%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCE7CA (or 0xFCE7CA) is known color: Derby. HEX triplet: FC, E7 and CA. RGB value is (252,231,202). Sum of RGB (Red+Green+Blue) = 252+231+202=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7CA is #031835. Grayscale: #EAEAEA. Windows color (decimal): -202806 or 13297660. OLE color: 13297660.

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

Color convert

RGB 252 231 202 -
CMYK 0 0.08 0.20 0.01
HSL 34.8º 0.89% 0.89% -
HSV(B) 34.8º 0.2% 0.99% -
XYZ 79.38 82.11 67.54 -
YUV 233.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 252 231 202 0 0.08 0.20 0.01 34.8 0.89 0.89
Hex FC E7 CA 0 8 14 1 23 59 59
Octal 374 347 312 0 10 24 1 43 131 131
Binary 11111100 11100111 11001010 0 1000 10100 1 100011 1011001 1011001

Color Harmonies of #FCE7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7CA

Black with #FCE7CA

Text Example


Text Example

White with #FCE7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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