#FFF2ED

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

Shades of Rose White #FFF2ED

Tints of Rose White #FFF2ED

Color information

#FFF2ED (or 0xFFF2ED) is unknown color: approx Rose White. HEX triplet: FF, F2 and ED. RGB value is (255,242,237). Sum of RGB (Red+Green+Blue) = 255+242+237=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2ED is #000D12. Grayscale: #F5F5F5. Windows color (decimal): -3347 or 15594239. OLE color: 15594239.

HSL color Cylindrical-coordinate representation of color #FFF2ED: hue angle of 16.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF2ED is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255242237-
CMYK00.050.070
HSL16.67º100%96.47%-
HSV(B)16.67º7.06%100%-
XYZ88.2890.8893.01-
YUV245.32123.31134.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 242 (94.92% from 255) = 32.97%
BLUE value IS 237 (92.97% from 255) = 32.29%
R=34.74%
G=32.97%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524223700.050.07016.6710096.47
HexFFF2ED0570116460
Octal377362355057021144140
Binary111111111111001011101101010111101000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2ED; }

 p { color: rgb(255,242,237); }

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

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

 a { background-color: rgb(255,242,237); }

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

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

 span { border-color: rgb(255,242,237); }

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