Html Css Color HEX #F2EDBA Cumulus

📋 copy color: '#F2EDBA'

red 242 ◦ green 237 ◦ blue 186

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

Shades of Cumulus #F2EDBA

Tints of Cumulus #F2EDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.97%

R = 36.39%
G = 35.64%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2EDBA (or 0xF2EDBA) is known color: Cumulus. HEX triplet: F2, ED and BA. RGB value is (242,237,186). Sum of RGB (Red+Green+Blue) = 242+237+186=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDBA is #0D1245. Grayscale: #E8E8E8. Windows color (decimal): -856646 or 12250610. OLE color: 12250610.

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

Color convert

RGB 242 237 186 -
CMYK 0 0.02 0.23 0.05
HSL 54.64º 0.68% 0.84% -
HSV(B) 54.64º 0.23% 0.95% -
XYZ 75.77 82.99 58.48 -
YUV 232.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 242 237 186 0 0.02 0.23 0.05 54.64 0.68 0.84
Hex F2 ED BA 0 2 17 5 37 44 54
Octal 362 355 272 0 2 27 5 67 104 124
Binary 11110010 11101101 10111010 0 10 10111 101 110111 1000100 1010100

Color Harmonies of #F2EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDBA

Black with #F2EDBA

Text Example


Text Example

White with #F2EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDBA; }

 p { color: rgb(242,237,186); }

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

background-color css

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

 a { background-color: rgb(242,237,186); }

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

border-color css

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

 span { border-color: rgb(242,237,186); }

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