Html Css Color HEX #F1D1DF Classic Rose

📋 copy color: '#F1D1DF'

red 241 ◦ green 209 ◦ blue 223

#F1D1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F1D1DF

Tints of Classic Rose #F1D1DF

RGB

 RED value IS 241 (94.53% from 255) = 35.81%

 GREEN value IS 209 (82.03% from 255) = 31.05%

 BLUE value IS 223 (87.5% from 255) = 33.14%

R = 35.81%
G = 31.05%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1D1DF (or 0xF1D1DF) is known color: Classic Rose. HEX triplet: F1, D1 and DF. RGB value is (241,209,223). Sum of RGB (Red+Green+Blue) = 241+209+223=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 209 (82.03% from 255 or 31.05% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1DF is #0E2E20. Grayscale: #DCDCDC. Windows color (decimal): -929313 or 14668273. OLE color: 14668273.

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

Color convert

RGB 241 209 223 -
CMYK 0 0.13 0.07 0.05
HSL 333.75º 0.53% 0.88% -
HSV(B) 333.75º 0.13% 0.95% -
XYZ 72.4 69.63 79.44 -
YUV 220.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 241 209 223 0 0.13 0.07 0.05 333.75 0.53 0.88
Hex F1 D1 DF 0 D 7 5 14E 35 58
Octal 361 321 337 0 15 7 5 516 65 130
Binary 11110001 11010001 11011111 0 1101 111 101 101001110 110101 1011000

Color Harmonies of #F1D1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D1DF

Black with #F1D1DF

Text Example


Text Example

White with #F1D1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D1DF; }

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

 H1.HeaderClassName
 {
   color: #F1D1DF;
 }
 .AnyTagClassName
 {
   color: #F1D1DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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