Html Css Color HEX #F2F0C3 Spring Sun

📋 copy color: '#F2F0C3'

red 242 ◦ green 240 ◦ blue 195

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

Shades of Spring Sun #F2F0C3

Tints of Spring Sun #F2F0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.8%

R = 35.75%
G = 35.45%
B = 28.8%

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

#F2F0C3 (or 0xF2F0C3) is known color: Spring Sun. HEX triplet: F2, F0 and C3. RGB value is (242,240,195). Sum of RGB (Red+Green+Blue) = 242+240+195=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 195 (76.56% from 255 or 28.80% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0C3 is #0D0F3C. Grayscale: #EBEBEB. Windows color (decimal): -855869 or 12841202. OLE color: 12841202.

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

Color convert

RGB 242 240 195 -
CMYK 0 0.01 0.19 0.05
HSL 57.45º 0.64% 0.86% -
HSV(B) 57.45º 0.19% 0.95% -
XYZ 77.63 85.14 63.97 -
YUV 235.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 242 240 195 0 0.01 0.19 0.05 57.45 0.64 0.86
Hex F2 F0 C3 0 1 13 5 39 40 56
Octal 362 360 303 0 1 23 5 71 100 126
Binary 11110010 11110000 11000011 0 1 10011 101 111001 1000000 1010110

Color Harmonies of #F2F0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0C3

Black with #F2F0C3

Text Example


Text Example

White with #F2F0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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