#F2EFEE

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

Shades of Rose White #F2EFEE

Tints of Rose White #F2EFEE

Color information

#F2EFEE (or 0xF2EFEE) is unknown color: approx Rose White. HEX triplet: F2, EF and EE. RGB value is (242,239,238). Sum of RGB (Red+Green+Blue) = 242+239+238=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFEE is #0D1011. Grayscale: #EFEFEF. Windows color (decimal): -856082 or 15658994. OLE color: 15658994.

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

Color convert

RGB242239238-
CMYK00.010.020.05
HSL15º13.33%94.12%-
HSV(B)15º1.65%94.9%-
XYZ82.9286.7893.27-
YUV239.78126.99129.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.66%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=33.66%
G=33.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223923800.010.020.051513.3394.12
HexF2EFEE0125fd5e
Octal36235735601251715136
Binary1111001011101111111011100110101111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFEE; }

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

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

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

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

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

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

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

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