Html Css Color HEX #F4E2CD Derby

📋 copy color: '#F4E2CD'

red 244 ◦ green 226 ◦ blue 205

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

Shades of Derby #F4E2CD

Tints of Derby #F4E2CD

RGB

 RED value IS 244 (95.7% from 255) = 36.15%

 GREEN value IS 226 (88.67% from 255) = 33.48%

 BLUE value IS 205 (80.47% from 255) = 30.37%

R = 36.15%
G = 33.48%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4E2CD (or 0xF4E2CD) is known color: Derby. HEX triplet: F4, E2 and CD. RGB value is (244,226,205). Sum of RGB (Red+Green+Blue) = 244+226+205=675 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.15% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2CD is #0B1D32. Grayscale: #E5E5E5. Windows color (decimal): -728371 or 13492980. OLE color: 13492980.

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

Color convert

RGB 244 226 205 -
CMYK 0 0.07 0.16 0.04
HSL 32.31º 0.64% 0.88% -
HSV(B) 32.31º 0.16% 0.96% -
XYZ 75.52 78.03 68.84 -
YUV 228.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 244 226 205 0 0.07 0.16 0.04 32.31 0.64 0.88
Hex F4 E2 CD 0 7 10 4 20 40 58
Octal 364 342 315 0 7 20 4 40 100 130
Binary 11110100 11100010 11001101 0 111 10000 100 100000 1000000 1011000

Color Harmonies of #F4E2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E2CD

Black with #F4E2CD

Text Example


Text Example

White with #F4E2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E2CD; }

 p { color: rgb(244,226,205); }

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

background-color css

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

 a { background-color: rgb(244,226,205); }

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

border-color css

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

 span { border-color: rgb(244,226,205); }

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