Html Css Color HEX #F2EFEE Rose White

📋 copy color: '#F2EFEE'

red 242 ◦ green 239 ◦ blue 238

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

Shades of Rose White #F2EFEE

Tints of Rose White #F2EFEE

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.1%

R = 33.66%
G = 33.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F2EFEE (or 0xF2EFEE) is known color: 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

RGB 242 239 238 -
CMYK 0 0.01 0.02 0.05
HSL 15º 0.13% 0.94% -
HSV(B) 15º 0.02% 0.95% -
XYZ 82.92 86.78 93.27 -
YUV 239.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 242 239 238 0 0.01 0.02 0.05 15 0.13 0.94
Hex F2 EF EE 0 1 2 5 F D 5E
Octal 362 357 356 0 1 2 5 17 15 136
Binary 11110010 11101111 11101110 0 1 10 101 1111 1101 1011110

Color Harmonies of #F2EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFEE

Black with #F2EFEE

Text Example


Text Example

White with #F2EFEE

Text Example


Text Example

HTML Codes & Css Web 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>