#FFF1ED

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

Shades of Rose White #FFF1ED

Tints of Rose White #FFF1ED

Color information

#FFF1ED (or 0xFFF1ED) is unknown color: approx Rose White. HEX triplet: FF, F1 and ED. RGB value is (255,241,237). Sum of RGB (Red+Green+Blue) = 255+241+237=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1ED is #000E12. Grayscale: #F4F4F4. Windows color (decimal): -3603 or 15593983. OLE color: 15593983.

HSL color Cylindrical-coordinate representation of color #FFF1ED: hue angle of 13.33º 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 #FFF1ED is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255241237-
CMYK00.050.070
HSL13.33º100%96.47%-
HSV(B)13.33º7.06%100%-
XYZ87.9890.2992.91-
YUV244.73123.64135.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.79%
GREEN value IS 241 (94.53% from 255) = 32.88%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=34.79%
G=32.88%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524123700.050.07013.3310096.47
HexFFF1ED0570d6460
Octal377361355057015144140
Binary11111111111100011110110101011110110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1ED; }

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

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

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

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

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

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

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

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