Html Css Color HEX #F8E6CC Derby

📋 copy color: '#F8E6CC'

red 248 ◦ green 230 ◦ blue 204

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

Shades of Derby #F8E6CC

Tints of Derby #F8E6CC

RGB

 RED value IS 248 (97.27% from 255) = 36.36%

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

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

R = 36.36%
G = 33.72%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8E6CC (or 0xF8E6CC) is known color: Derby. HEX triplet: F8, E6 and CC. RGB value is (248,230,204). Sum of RGB (Red+Green+Blue) = 248+230+204=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6CC is #071933. Grayscale: #E8E8E8. Windows color (decimal): -465204 or 13428472. OLE color: 13428472.

HSL color Cylindrical-coordinate representation of color #F8E6CC: hue angle of 35.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8E6CC is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 204 -
CMYK 0 0.07 0.18 0.03
HSL 35.45º 0.76% 0.89% -
HSV(B) 35.45º 0.18% 0.97% -
XYZ 77.91 80.91 68.64 -
YUV 232.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 248 230 204 0 0.07 0.18 0.03 35.45 0.76 0.89
Hex F8 E6 CC 0 7 12 3 23 4C 59
Octal 370 346 314 0 7 22 3 43 114 131
Binary 11111000 11100110 11001100 0 111 10010 11 100011 1001100 1011001

Color Harmonies of #F8E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E6CC

Black with #F8E6CC

Text Example


Text Example

White with #F8E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E6CC; }

 p { color: rgb(248,230,204); }

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

background-color css

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

 a { background-color: rgb(248,230,204); }

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

border-color css

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

 span { border-color: rgb(248,230,204); }

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