Html Css Color HEX #F0EDEC Rose White

📋 copy color: '#F0EDEC'

red 240 ◦ green 237 ◦ blue 236

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

Shades of Rose White #F0EDEC

Tints of Rose White #F0EDEC

RGB

 RED value IS 240 (94.14% from 255) = 33.66%

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

 BLUE value IS 236 (92.58% 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.06

RGB Variations

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

Color information

#F0EDEC (or 0xF0EDEC) is known color: Rose White. HEX triplet: F0, ED and EC. RGB value is (240,237,236). Sum of RGB (Red+Green+Blue) = 240+237+236=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDEC is #0F1213. Grayscale: #EDEDED. Windows color (decimal): -987668 or 15527408. OLE color: 15527408.

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

Color convert

RGB 240 237 236 -
CMYK 0 0.01 0.02 0.06
HSL 15º 0.12% 0.93% -
HSV(B) 15º 0.02% 0.94% -
XYZ 81.36 85.15 91.5 -
YUV 237.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 240 237 236 0 0.01 0.02 0.06 15 0.12 0.93
Hex F0 ED EC 0 1 2 6 F C 5D
Octal 360 355 354 0 1 2 6 17 14 135
Binary 11110000 11101101 11101100 0 1 10 110 1111 1100 1011101

Color Harmonies of #F0EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDEC

Black with #F0EDEC

Text Example


Text Example

White with #F0EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDEC; }

 p { color: rgb(240,237,236); }

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

background-color css

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

 a { background-color: rgb(240,237,236); }

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

border-color css

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

 span { border-color: rgb(240,237,236); }

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