Html Css Color HEX #F6E5CC Derby

📋 copy color: '#F6E5CC'

red 246 ◦ green 229 ◦ blue 204

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

Shades of Derby #F6E5CC

Tints of Derby #F6E5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.04%

R = 36.23%
G = 33.73%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6E5CC (or 0xF6E5CC) is known color: Derby. HEX triplet: F6, E5 and CC. RGB value is (246,229,204). Sum of RGB (Red+Green+Blue) = 246+229+204=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5CC is #091A33. Grayscale: #E7E7E7. Windows color (decimal): -596532 or 13428214. OLE color: 13428214.

HSL color Cylindrical-coordinate representation of color #F6E5CC: hue angle of 35.71º 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 #F6E5CC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 229 204 -
CMYK 0 0.07 0.17 0.04
HSL 35.71º 0.7% 0.88% -
HSV(B) 35.71º 0.17% 0.96% -
XYZ 76.92 79.99 68.51 -
YUV 231.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 246 229 204 0 0.07 0.17 0.04 35.71 0.7 0.88
Hex F6 E5 CC 0 7 11 4 24 46 58
Octal 366 345 314 0 7 21 4 44 106 130
Binary 11110110 11100101 11001100 0 111 10001 100 100100 1000110 1011000

Color Harmonies of #F6E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E5CC

Black with #F6E5CC

Text Example


Text Example

White with #F6E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E5CC; }

 p { color: rgb(246,229,204); }

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

background-color css

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

 a { background-color: rgb(246,229,204); }

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

border-color css

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

 span { border-color: rgb(246,229,204); }

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