#FFF1EA

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

Shades of Rose White #FFF1EA

Tints of Rose White #FFF1EA

Color information

#FFF1EA (or 0xFFF1EA) is unknown color: approx Rose White. HEX triplet: FF, F1 and EA. RGB value is (255,241,234). Sum of RGB (Red+Green+Blue) = 255+241+234=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1EA is #000E15. Grayscale: #F4F4F4. Windows color (decimal): -3606 or 15397375. OLE color: 15397375.

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

Color convert

RGB255241234-
CMYK00.050.080
HSL20º100%95.88%-
HSV(B)20º8.24%100%-
XYZ87.5590.1190.62-
YUV244.39122.14135.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 241 (94.53% from 255) = 33.01%
BLUE value IS 234 (91.80% from 255) = 32.05%
R=34.93%
G=33.01%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524123400.050.0802010095.88
HexFFF1EA0580146460
Octal3773613520510024144140
Binary1111111111110001111010100101100001010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1EA; }

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

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

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

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

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

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

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

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