#F1D2DF

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

Shades of Classic Rose #F1D2DF

Tints of Classic Rose #F1D2DF

Color information

#F1D2DF (or 0xF1D2DF) is unknown color: approx Classic Rose. HEX triplet: F1, D2 and DF. RGB value is (241,210,223). Sum of RGB (Red+Green+Blue) = 241+210+223=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2DF is #0E2D20. Grayscale: #DCDCDC. Windows color (decimal): -929057 or 14668529. OLE color: 14668529.

HSL color Cylindrical-coordinate representation of color #F1D2DF: hue angle of 334.84º 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 #F1D2DF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241210223-
CMYK00.130.070.05
HSL334.84º52.54%88.43%-
HSV(B)334.84º12.86%94.51%-
XYZ72.6470.1279.52-
YUV220.75129.27142.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 210 (82.42% from 255) = 31.16%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=35.76%
G=31.16%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121022300.130.070.05334.8452.5488.43
HexF1D2DF0D7514f3558
Octal3613223370157551765130
Binary111100011101001011011111011011111011010011111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2DF; }

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

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

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

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

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

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

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

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