#F1D2E7

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

Shades of Classic Rose #F1D2E7

Tints of Classic Rose #F1D2E7

Color information

#F1D2E7 (or 0xF1D2E7) is unknown color: approx Classic Rose. HEX triplet: F1, D2 and E7. RGB value is (241,210,231). Sum of RGB (Red+Green+Blue) = 241+210+231=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D2E7 is #0E2D18. Grayscale: #DDDDDD. Windows color (decimal): -929049 or 15192817. OLE color: 15192817.

HSL color Cylindrical-coordinate representation of color #F1D2E7: hue angle of 319.35º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D2E7 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241210231-
CMYK00.130.040.05
HSL319.35º52.54%88.43%-
HSV(B)319.35º12.86%94.51%-
XYZ73.7570.5685.33-
YUV221.66133.27141.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 231 (90.62% from 255) = 33.87%
R=35.34%
G=30.79%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121023100.130.040.05319.3552.5488.43
HexF1D2E70D4513f3558
Octal3613223470154547765130
Binary111100011101001011100111011011001011001111111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2E7; }

 p { color: rgb(241,210,231); }

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

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

 a { background-color: rgb(241,210,231); }

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

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

 span { border-color: rgb(241,210,231); }

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