Html Css Color HEX #FCE6CB Derby

📋 copy color: '#FCE6CB'

red 252 ◦ green 230 ◦ blue 203

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

Shades of Derby #FCE6CB

Tints of Derby #FCE6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.64%

R = 36.79%
G = 33.58%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE6CB (or 0xFCE6CB) is known color: Derby. HEX triplet: FC, E6 and CB. RGB value is (252,230,203). Sum of RGB (Red+Green+Blue) = 252+230+203=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CB is #031934. Grayscale: #E9E9E9. Windows color (decimal): -203061 or 13362940. OLE color: 13362940.

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

Color convert

RGB 252 230 203 -
CMYK 0 0.09 0.19 0.01
HSL 33.06º 0.89% 0.89% -
HSV(B) 33.06º 0.19% 0.99% -
XYZ 79.22 81.6 68.08 -
YUV 233.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 252 230 203 0 0.09 0.19 0.01 33.06 0.89 0.89
Hex FC E6 CB 0 9 13 1 21 59 59
Octal 374 346 313 0 11 23 1 41 131 131
Binary 11111100 11100110 11001011 0 1001 10011 1 100001 1011001 1011001

Color Harmonies of #FCE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6CB

Black with #FCE6CB

Text Example


Text Example

White with #FCE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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