Html Css Color HEX #F2F0C5 Spring Sun

📋 copy color: '#F2F0C5'

red 242 ◦ green 240 ◦ blue 197

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

Shades of Spring Sun #F2F0C5

Tints of Spring Sun #F2F0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.01%

R = 35.64%
G = 35.35%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2F0C5 (or 0xF2F0C5) is known color: Spring Sun. HEX triplet: F2, F0 and C5. RGB value is (242,240,197). Sum of RGB (Red+Green+Blue) = 242+240+197=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0C5 is #0D0F3A. Grayscale: #EBEBEB. Windows color (decimal): -855867 or 12972274. OLE color: 12972274.

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

Color convert

RGB 242 240 197 -
CMYK 0 0.01 0.19 0.05
HSL 57.33º 0.63% 0.86% -
HSV(B) 57.33º 0.19% 0.95% -
XYZ 77.86 85.23 65.17 -
YUV 235.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 242 240 197 0 0.01 0.19 0.05 57.33 0.63 0.86
Hex F2 F0 C5 0 1 13 5 39 3F 56
Octal 362 360 305 0 1 23 5 71 77 126
Binary 11110010 11110000 11000101 0 1 10011 101 111001 111111 1010110

Color Harmonies of #F2F0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0C5

Black with #F2F0C5

Text Example


Text Example

White with #F2F0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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