#F5EBE7

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

Shades of Rose White #F5EBE7

Tints of Rose White #F5EBE7

Color information

#F5EBE7 (or 0xF5EBE7) is unknown color: approx Rose White. HEX triplet: F5, EB and E7. RGB value is (245,235,231). Sum of RGB (Red+Green+Blue) = 245+235+231=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EBE7 is #0A1418. Grayscale: #EDEDED. Windows color (decimal): -660505 or 15199221. OLE color: 15199221.

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

Color convert

RGB245235231-
CMYK00.040.060.04
HSL17.14º41.18%93.33%-
HSV(B)17.14º5.71%96.08%-
XYZ81.7984.687.62-
YUV237.53124.31133.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.46%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 231 (90.62% from 255) = 32.49%
R=34.46%
G=33.05%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523523100.040.060.0417.1441.1893.33
HexF5EBE7046411295d
Octal36535334704642151135
Binary1111010111101011111001110100110100100011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBE7; }

 p { color: rgb(245,235,231); }

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

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

 a { background-color: rgb(245,235,231); }

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

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

 span { border-color: rgb(245,235,231); }

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