Html Css Color HEX #F2F0C7 Spring Sun

📋 copy color: '#F2F0C7'

red 242 ◦ green 240 ◦ blue 199

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

Shades of Spring Sun #F2F0C7

Tints of Spring Sun #F2F0C7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.24%

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

R = 35.54%
G = 35.24%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F2F0C7 (or 0xF2F0C7) is known color: Spring Sun. HEX triplet: F2, F0 and C7. RGB value is (242,240,199). Sum of RGB (Red+Green+Blue) = 242+240+199=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 199 (78.12% from 255 or 29.22% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0C7 is #0D0F38. Grayscale: #ECECEC. Windows color (decimal): -855865 or 13103346. OLE color: 13103346.

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

Color convert

RGB 242 240 199 -
CMYK 0 0.01 0.18 0.05
HSL 57.21º 0.62% 0.86% -
HSV(B) 57.21º 0.18% 0.95% -
XYZ 78.09 85.32 66.39 -
YUV 235.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 242 240 199 0 0.01 0.18 0.05 57.21 0.62 0.86
Hex F2 F0 C7 0 1 12 5 39 3E 56
Octal 362 360 307 0 1 22 5 71 76 126
Binary 11110010 11110000 11000111 0 1 10010 101 111001 111110 1010110

Color Harmonies of #F2F0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0C7

Black with #F2F0C7

Text Example


Text Example

White with #F2F0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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