#F5D1E3

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

Shades of Classic Rose #F5D1E3

Tints of Classic Rose #F5D1E3

Color information

#F5D1E3 (or 0xF5D1E3) is unknown color: approx Classic Rose. HEX triplet: F5, D1 and E3. RGB value is (245,209,227). Sum of RGB (Red+Green+Blue) = 245+209+227=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1E3 is #0A2E1C. Grayscale: #DDDDDD. Windows color (decimal): -667165 or 14930421. OLE color: 14930421.

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

Color convert

RGB245209227-
CMYK00.150.070.04
HSL330º64.29%89.02%-
HSV(B)330º14.69%96.08%-
XYZ74.3270.5682.38-
YUV221.82130.93144.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.98%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=35.98%
G=30.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520922700.150.070.0433064.2989.02
HexF5D1E30F7414a4059
Octal36532134301774512100131
Binary1111010111010001111000110111111110010100101010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1E3; }

 p { color: rgb(245,209,227); }

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

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

 a { background-color: rgb(245,209,227); }

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

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

 span { border-color: rgb(245,209,227); }

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