Html Css Color HEX #F1D3DF Classic Rose

📋 copy color: '#F1D3DF'

red 241 ◦ green 211 ◦ blue 223

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

Shades of Classic Rose #F1D3DF

Tints of Classic Rose #F1D3DF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.26%

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

R = 35.7%
G = 31.26%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1D3DF (or 0xF1D3DF) is known color: 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

RGB 241 211 223 -
CMYK 0 0.12 0.07 0.05
HSL 336º 0.52% 0.89% -
HSV(B) 336º 0.12% 0.95% -
XYZ 72.89 70.62 79.6 -
YUV 221.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 241 211 223 0 0.12 0.07 0.05 336 0.52 0.89
Hex F1 D3 DF 0 C 7 5 150 34 59
Octal 361 323 337 0 14 7 5 520 64 131
Binary 11110001 11010011 11011111 0 1100 111 101 101010000 110100 1011001

Color Harmonies of #F1D3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3DF

Black with #F1D3DF

Text Example


Text Example

White with #F1D3DF

Text Example


Text Example

HTML Codes & Css Web 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>