Html Css Color HEX #F2EFBC Cumulus

📋 copy color: '#F2EFBC'

red 242 ◦ green 239 ◦ blue 188

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

Shades of Cumulus #F2EFBC

Tints of Cumulus #F2EFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.1%

R = 36.17%
G = 35.72%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2EFBC (or 0xF2EFBC) is known color: Cumulus. HEX triplet: F2, EF and BC. RGB value is (242,239,188). Sum of RGB (Red+Green+Blue) = 242+239+188=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBC is #0D1043. Grayscale: #EAEAEA. Windows color (decimal): -856132 or 12382194. OLE color: 12382194.

HSL color Cylindrical-coordinate representation of color #F2EFBC: hue angle of 56.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2EFBC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 188 -
CMYK 0 0.01 0.22 0.05
HSL 56.67º 0.68% 0.84% -
HSV(B) 56.67º 0.22% 0.95% -
XYZ 76.56 84.24 59.8 -
YUV 234.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 242 239 188 0 0.01 0.22 0.05 56.67 0.68 0.84
Hex F2 EF BC 0 1 16 5 39 44 54
Octal 362 357 274 0 1 26 5 71 104 124
Binary 11110010 11101111 10111100 0 1 10110 101 111001 1000100 1010100

Color Harmonies of #F2EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFBC

Black with #F2EFBC

Text Example


Text Example

White with #F2EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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