Html Css Color HEX #F6E3CB Derby

📋 copy color: '#F6E3CB'

red 246 ◦ green 227 ◦ blue 203

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

Shades of Derby #F6E3CB

Tints of Derby #F6E3CB

RGB

 RED value IS 246 (96.48% from 255) = 36.39%

 GREEN value IS 227 (89.06% from 255) = 33.58%

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

R = 36.39%
G = 33.58%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6E3CB (or 0xF6E3CB) is known color: Derby. HEX triplet: F6, E3 and CB. RGB value is (246,227,203). Sum of RGB (Red+Green+Blue) = 246+227+203=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3CB is #091C34. Grayscale: #E6E6E6. Windows color (decimal): -597045 or 13362166. OLE color: 13362166.

HSL color Cylindrical-coordinate representation of color #F6E3CB: hue angle of 33.49º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6E3CB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 227 203 -
CMYK 0 0.08 0.17 0.04
HSL 33.49º 0.7% 0.88% -
HSV(B) 33.49º 0.17% 0.96% -
XYZ 76.25 78.84 67.7 -
YUV 229.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 246 227 203 0 0.08 0.17 0.04 33.49 0.7 0.88
Hex F6 E3 CB 0 8 11 4 21 46 58
Octal 366 343 313 0 10 21 4 41 106 130
Binary 11110110 11100011 11001011 0 1000 10001 100 100001 1000110 1011000

Color Harmonies of #F6E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E3CB

Black with #F6E3CB

Text Example


Text Example

White with #F6E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E3CB; }

 p { color: rgb(246,227,203); }

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

background-color css

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

 a { background-color: rgb(246,227,203); }

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

border-color css

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

 span { border-color: rgb(246,227,203); }

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