#F2EFB8

Color #F2EFB8 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #F2EFB8

Tints of Cumulus #F2EFB8

Color information

#F2EFB8 (or 0xF2EFB8) is unknown color: approx Cumulus. HEX triplet: F2, EF and B8. RGB value is (242,239,184). Sum of RGB (Red+Green+Blue) = 242+239+184=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 184 (72.27% from 255 or 27.67% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFB8 is #0D1047. Grayscale: #E9E9E9. Windows color (decimal): -856136 or 12120050. OLE color: 12120050.

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

Color convert

RGB242239184-
CMYK00.010.240.05
HSL56.9º69.05%83.53%-
HSV(B)56.9º23.97%94.9%-
XYZ76.1484.0757.56-
YUV233.6399.99133.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 239 (93.75% from 255) = 35.94%
BLUE value IS 184 (72.27% from 255) = 27.67%
R=36.39%
G=35.94%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223918400.010.240.0556.969.0583.53
HexF2EFB801185394554
Octal3623572700130571105124
Binary111100101110111110111000011100010111100110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFB8; }

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

 H1.HeaderClassName
 {
   color: #F2EFB8;
 }
 .AnyTagClassName
 {
   color: #F2EFB8;
 }
</style>
background-color css

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

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

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

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

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

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