Html Css Color HEX #F8E3CC Derby

📋 copy color: '#F8E3CC'

red 248 ◦ green 227 ◦ blue 204

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

Shades of Derby #F8E3CC

Tints of Derby #F8E3CC

RGB

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

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

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

R = 36.52%
G = 33.43%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8E3CC (or 0xF8E3CC) is known color: Derby. HEX triplet: F8, E3 and CC. RGB value is (248,227,204). Sum of RGB (Red+Green+Blue) = 248+227+204=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 227 (89.06% from 255 or 33.43% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E3CC is #071C33. Grayscale: #E6E6E6. Windows color (decimal): -465972 or 13427704. OLE color: 13427704.

HSL color Cylindrical-coordinate representation of color #F8E3CC: hue angle of 31.36º 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 #F8E3CC is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 227 204 -
CMYK 0 0.08 0.18 0.03
HSL 31.36º 0.76% 0.89% -
HSV(B) 31.36º 0.18% 0.97% -
XYZ 77.08 79.25 68.36 -
YUV 230.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 248 227 204 0 0.08 0.18 0.03 31.36 0.76 0.89
Hex F8 E3 CC 0 8 12 3 1F 4C 59
Octal 370 343 314 0 10 22 3 37 114 131
Binary 11111000 11100011 11001100 0 1000 10010 11 11111 1001100 1011001

Color Harmonies of #F8E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E3CC

Black with #F8E3CC

Text Example


Text Example

White with #F8E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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