Html Css Color HEX #F1EDC2 Spring Sun

📋 copy color: '#F1EDC2'

red 241 ◦ green 237 ◦ blue 194

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

Shades of Spring Sun #F1EDC2

Tints of Spring Sun #F1EDC2

RGB

 RED value IS 241 (94.53% from 255) = 35.86%

 GREEN value IS 237 (92.97% from 255) = 35.27%

 BLUE value IS 194 (76.17% from 255) = 28.87%

R = 35.86%
G = 35.27%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1EDC2 (or 0xF1EDC2) is known color: Spring Sun. HEX triplet: F1, ED and C2. RGB value is (241,237,194). Sum of RGB (Red+Green+Blue) = 241+237+194=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC2 is #0E123D. Grayscale: #E9E9E9. Windows color (decimal): -922174 or 12774897. OLE color: 12774897.

HSL color Cylindrical-coordinate representation of color #F1EDC2: hue angle of 54.89º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1EDC2 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 194 -
CMYK 0 0.02 0.20 0.05
HSL 54.89º 0.63% 0.85% -
HSV(B) 54.89º 0.2% 0.95% -
XYZ 76.3 83.16 63.07 -
YUV 233.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 241 237 194 0 0.02 0.20 0.05 54.89 0.63 0.85
Hex F1 ED C2 0 2 14 5 37 3F 55
Octal 361 355 302 0 2 24 5 67 77 125
Binary 11110001 11101101 11000010 0 10 10100 101 110111 111111 1010101

Color Harmonies of #F1EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDC2

Black with #F1EDC2

Text Example


Text Example

White with #F1EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDC2; }

 p { color: rgb(241,237,194); }

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

background-color css

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

 a { background-color: rgb(241,237,194); }

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

border-color css

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

 span { border-color: rgb(241,237,194); }

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