#F1D0E7

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

Shades of Classic Rose #F1D0E7

Tints of Classic Rose #F1D0E7

Color information

#F1D0E7 (or 0xF1D0E7) is unknown color: approx Classic Rose. HEX triplet: F1, D0 and E7. RGB value is (241,208,231). Sum of RGB (Red+Green+Blue) = 241+208+231=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0E7 is #0E2F18. Grayscale: #DCDCDC. Windows color (decimal): -929561 or 15192305. OLE color: 15192305.

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

Color convert

RGB241208231-
CMYK00.140.040.05
HSL318.18º54.1%88.04%-
HSV(B)318.18º13.69%94.51%-
XYZ73.2669.5885.17-
YUV220.49133.93142.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 208 (81.64% from 255) = 30.59%
BLUE value IS 231 (90.62% from 255) = 33.97%
R=35.44%
G=30.59%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120823100.140.040.05318.1854.188.04
HexF1D0E70E4513e3658
Octal3613203470164547666130
Binary111100011101000011100111011101001011001111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0E7; }

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

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

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

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

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

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

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

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