Html Css Color HEX #F2EFBF Cumulus

📋 copy color: '#F2EFBF'

red 242 ◦ green 239 ◦ blue 191

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

Shades of Cumulus #F2EFBF

Tints of Cumulus #F2EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.57%

 BLUE value IS 191 (75% from 255) = 28.42%

R = 36.01%
G = 35.57%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2EFBF (or 0xF2EFBF) is known color: Cumulus. HEX triplet: F2, EF and BF. RGB value is (242,239,191). Sum of RGB (Red+Green+Blue) = 242+239+191=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 191 (75% from 255 or 28.42% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBF is #0D1040. Grayscale: #EAEAEA. Windows color (decimal): -856129 or 12578802. OLE color: 12578802.

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

Color convert

RGB 242 239 191 -
CMYK 0 0.01 0.21 0.05
HSL 56.47º 0.66% 0.85% -
HSV(B) 56.47º 0.21% 0.95% -
XYZ 76.89 84.37 61.52 -
YUV 234.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 242 239 191 0 0.01 0.21 0.05 56.47 0.66 0.85
Hex F2 EF BF 0 1 15 5 38 42 55
Octal 362 357 277 0 1 25 5 70 102 125
Binary 11110010 11101111 10111111 0 1 10101 101 111000 1000010 1010101

Color Harmonies of #F2EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFBF

Black with #F2EFBF

Text Example


Text Example

White with #F2EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFBF; }

 p { color: rgb(242,239,191); }

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

background-color css

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

 a { background-color: rgb(242,239,191); }

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

border-color css

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

 span { border-color: rgb(242,239,191); }

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