Html Css Color HEX #FCE6CA Derby

📋 copy color: '#FCE6CA'

red 252 ◦ green 230 ◦ blue 202

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

Shades of Derby #FCE6CA

Tints of Derby #FCE6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.63%

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

R = 36.84%
G = 33.63%
B = 29.53%

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

#FCE6CA (or 0xFCE6CA) is known color: Derby. HEX triplet: FC, E6 and CA. RGB value is (252,230,202). Sum of RGB (Red+Green+Blue) = 252+230+202=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CA is #031935. Grayscale: #E9E9E9. Windows color (decimal): -203062 or 13297404. OLE color: 13297404.

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

Color convert

RGB 252 230 202 -
CMYK 0 0.09 0.20 0.01
HSL 33.6º 0.89% 0.89% -
HSV(B) 33.6º 0.2% 0.99% -
XYZ 79.1 81.55 67.45 -
YUV 233.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 252 230 202 0 0.09 0.20 0.01 33.6 0.89 0.89
Hex FC E6 CA 0 9 14 1 22 59 59
Octal 374 346 312 0 11 24 1 42 131 131
Binary 11111100 11100110 11001010 0 1001 10100 1 100010 1011001 1011001

Color Harmonies of #FCE6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6CA

Black with #FCE6CA

Text Example


Text Example

White with #FCE6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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