Html Css Color HEX #F8E5CA Derby

📋 copy color: '#F8E5CA'

red 248 ◦ green 229 ◦ blue 202

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

Shades of Derby #F8E5CA

Tints of Derby #F8E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.75%

R = 36.52%
G = 33.73%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8E5CA (or 0xF8E5CA) is known color: Derby. HEX triplet: F8, E5 and CA. RGB value is (248,229,202). Sum of RGB (Red+Green+Blue) = 248+229+202=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5CA is #071A35. Grayscale: #E7E7E7. Windows color (decimal): -465462 or 13297144. OLE color: 13297144.

HSL color Cylindrical-coordinate representation of color #F8E5CA: hue angle of 35.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8E5CA is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 229 202 -
CMYK 0 0.08 0.19 0.03
HSL 35.22º 0.77% 0.88% -
HSV(B) 35.22º 0.19% 0.97% -
XYZ 77.39 80.26 67.29 -
YUV 231.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 248 229 202 0 0.08 0.19 0.03 35.22 0.77 0.88
Hex F8 E5 CA 0 8 13 3 23 4D 58
Octal 370 345 312 0 10 23 3 43 115 130
Binary 11111000 11100101 11001010 0 1000 10011 11 100011 1001101 1011000

Color Harmonies of #F8E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E5CA

Black with #F8E5CA

Text Example


Text Example

White with #F8E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E5CA; }

 p { color: rgb(248,229,202); }

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

background-color css

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

 a { background-color: rgb(248,229,202); }

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

border-color css

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

 span { border-color: rgb(248,229,202); }

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