Html Css Color HEX #F2F1BE Cumulus

📋 copy color: '#F2F1BE'

red 242 ◦ green 241 ◦ blue 190

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

Shades of Cumulus #F2F1BE

Tints of Cumulus #F2F1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.81%

 BLUE value IS 190 (74.61% from 255) = 28.23%

R = 35.96%
G = 35.81%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2F1BE (or 0xF2F1BE) is known color: Cumulus. HEX triplet: F2, F1 and BE. RGB value is (242,241,190). Sum of RGB (Red+Green+Blue) = 242+241+190=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1BE is #0D0E41. Grayscale: #EBEBEB. Windows color (decimal): -855618 or 12513778. OLE color: 12513778.

HSL color Cylindrical-coordinate representation of color #F2F1BE: hue angle of 58.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2F1BE is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 190 -
CMYK 0 0.00 0.21 0.05
HSL 58.85º 0.67% 0.85% -
HSV(B) 58.85º 0.21% 0.95% -
XYZ 77.37 85.51 61.14 -
YUV 235.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 242 241 190 0 0.00 0.21 0.05 58.85 0.67 0.85
Hex F2 F1 BE 0 0 15 5 3B 43 55
Octal 362 361 276 0 0 25 5 73 103 125
Binary 11110010 11110001 10111110 0 0 10101 101 111011 1000011 1010101

Color Harmonies of #F2F1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1BE

Black with #F2F1BE

Text Example


Text Example

White with #F2F1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1BE; }

 p { color: rgb(242,241,190); }

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

background-color css

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

 a { background-color: rgb(242,241,190); }

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

border-color css

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

 span { border-color: rgb(242,241,190); }

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