Html Css Color HEX #F2E1C7 Derby

📋 copy color: '#F2E1C7'

red 242 ◦ green 225 ◦ blue 199

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

Shades of Derby #F2E1C7

Tints of Derby #F2E1C7

RGB

 RED value IS 242 (94.92% from 255) = 36.34%

 GREEN value IS 225 (88.28% from 255) = 33.78%

 BLUE value IS 199 (78.13% from 255) = 29.88%

R = 36.34%
G = 33.78%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2E1C7 (or 0xF2E1C7) is known color: Derby. HEX triplet: F2, E1 and C7. RGB value is (242,225,199). Sum of RGB (Red+Green+Blue) = 242+225+199=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1C7 is #0D1E38. Grayscale: #E3E3E3. Windows color (decimal): -859705 or 13099506. OLE color: 13099506.

HSL color Cylindrical-coordinate representation of color #F2E1C7: hue angle of 36.28º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2E1C7 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 199 -
CMYK 0 0.07 0.18 0.05
HSL 36.28º 0.62% 0.86% -
HSV(B) 36.28º 0.18% 0.95% -
XYZ 73.85 76.85 64.97 -
YUV 227.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 242 225 199 0 0.07 0.18 0.05 36.28 0.62 0.86
Hex F2 E1 C7 0 7 12 5 24 3E 56
Octal 362 341 307 0 7 22 5 44 76 126
Binary 11110010 11100001 11000111 0 111 10010 101 100100 111110 1010110

Color Harmonies of #F2E1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1C7

Black with #F2E1C7

Text Example


Text Example

White with #F2E1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1C7; }

 p { color: rgb(242,225,199); }

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

background-color css

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

 a { background-color: rgb(242,225,199); }

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

border-color css

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

 span { border-color: rgb(242,225,199); }

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