#F6EFED

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

Shades of Rose White #F6EFED

Tints of Rose White #F6EFED

Color information

#F6EFED (or 0xF6EFED) is unknown color: approx Rose White. HEX triplet: F6, EF and ED. RGB value is (246,239,237). Sum of RGB (Red+Green+Blue) = 246+239+237=722 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.07% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EFED is #091012. Grayscale: #F0F0F0. Windows color (decimal): -593939 or 15593462. OLE color: 15593462.

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

Color convert

RGB246239237-
CMYK00.030.040.04
HSL13.33º33.33%94.71%-
HSV(B)13.33º3.66%96.47%-
XYZ84.1687.4492.56-
YUV240.86125.82131.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.07%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 32.83%
R=34.07%
G=33.10%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623923700.030.040.0413.3333.3394.71
HexF6EFED0344d215f
Octal36635735503441541137
Binary11110110111011111110110101110010011011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFED; }

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

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

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

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

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

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

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

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