#F1D3DF

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

Shades of Classic Rose #F1D3DF

Tints of Classic Rose #F1D3DF

Color information

#F1D3DF (or 0xF1D3DF) is unknown color: approx Classic Rose. HEX triplet: F1, D3 and DF. RGB value is (241,211,223). Sum of RGB (Red+Green+Blue) = 241+211+223=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3DF is #0E2C20. Grayscale: #DDDDDD. Windows color (decimal): -928801 or 14668785. OLE color: 14668785.

HSL color Cylindrical-coordinate representation of color #F1D3DF: hue angle of 336º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D3DF is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241211223-
CMYK00.120.070.05
HSL336º51.72%88.63%-
HSV(B)336º12.45%94.51%-
XYZ72.8970.6279.6-
YUV221.34128.94142.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 211 (82.81% from 255) = 31.26%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=35.70%
G=31.26%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121122300.120.070.0533651.7288.63
HexF1D3DF0C751503459
Octal3613233370147552064131
Binary111100011101001111011111011001111011010100001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3DF; }

 p { color: rgb(241,211,223); }

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

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

 a { background-color: rgb(241,211,223); }

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

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

 span { border-color: rgb(241,211,223); }

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