Html Css Color HEX #F1EDC0 Cumulus

📋 copy color: '#F1EDC0'

red 241 ◦ green 237 ◦ blue 192

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

Shades of Cumulus #F1EDC0

Tints of Cumulus #F1EDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.66%

R = 35.97%
G = 35.37%
B = 28.66%

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

#F1EDC0 (or 0xF1EDC0) is known color: Cumulus. HEX triplet: F1, ED and C0. RGB value is (241,237,192). Sum of RGB (Red+Green+Blue) = 241+237+192=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC0 is #0E123F. Grayscale: #E9E9E9. Windows color (decimal): -922176 or 12643825. OLE color: 12643825.

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

Color convert

RGB 241 237 192 -
CMYK 0 0.02 0.20 0.05
HSL 55.1º 0.64% 0.85% -
HSV(B) 55.1º 0.2% 0.95% -
XYZ 76.07 83.07 61.89 -
YUV 233.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 241 237 192 0 0.02 0.20 0.05 55.1 0.64 0.85
Hex F1 ED C0 0 2 14 5 37 40 55
Octal 361 355 300 0 2 24 5 67 100 125
Binary 11110001 11101101 11000000 0 10 10100 101 110111 1000000 1010101

Color Harmonies of #F1EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDC0

Black with #F1EDC0

Text Example


Text Example

White with #F1EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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