#F5EFED

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

Shades of Rose White #F5EFED

Tints of Rose White #F5EFED

Color information

#F5EFED (or 0xF5EFED) is unknown color: approx Rose White. HEX triplet: F5, EF and ED. RGB value is (245,239,237). Sum of RGB (Red+Green+Blue) = 245+239+237=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 237 (92.97% from 255 or 32.87% from 721); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFED is #0A1012. Grayscale: #F0F0F0. Windows color (decimal): -659475 or 15593461. OLE color: 15593461.

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

Color convert

RGB245239237-
CMYK00.020.030.04
HSL15º28.57%94.51%-
HSV(B)15º3.27%96.08%-
XYZ83.8187.2692.55-
YUV240.57125.99131.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 237 (92.97% from 255) = 32.87%
R=33.98%
G=33.15%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523923700.020.030.041528.5794.51
HexF5EFED0234f1d5f
Octal36535735502341735137
Binary111101011110111111101101010111001111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFED; }

 p { color: rgb(245,239,237); }

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

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

 a { background-color: rgb(245,239,237); }

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

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

 span { border-color: rgb(245,239,237); }

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