#FFF0EB

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

Shades of Rose White #FFF0EB

Tints of Rose White #FFF0EB

Color information

#FFF0EB (or 0xFFF0EB) is unknown color: approx Rose White. HEX triplet: FF, F0 and EB. RGB value is (255,240,235). Sum of RGB (Red+Green+Blue) = 255+240+235=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0EB is #000F14. Grayscale: #F3F3F3. Windows color (decimal): -3861 or 15462655. OLE color: 15462655.

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

Color convert

RGB255240235-
CMYK00.060.080
HSL15º100%96.08%-
HSV(B)15º7.84%100%-
XYZ87.489.5891.28-
YUV243.92122.97135.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 235 (92.19% from 255) = 32.19%
R=34.93%
G=32.88%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524023500.060.0801510096.08
HexFFF0EB0680f6460
Octal3773603530610017144140
Binary111111111111000011101011011010000111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0EB; }

 p { color: rgb(255,240,235); }

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

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

 a { background-color: rgb(255,240,235); }

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

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

 span { border-color: rgb(255,240,235); }

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