Html Css Color HEX #F1D7D9 Pale Rose

📋 copy color: '#F1D7D9'

red 241 ◦ green 215 ◦ blue 217

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

Shades of Pale Rose #F1D7D9

Tints of Pale Rose #F1D7D9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.95%

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 35.81%
G = 31.95%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1D7D9 (or 0xF1D7D9) is known color: Pale Rose. HEX triplet: F1, D7 and D9. RGB value is (241,215,217). Sum of RGB (Red+Green+Blue) = 241+215+217=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7D9 is #0E2826. Grayscale: #DFDFDF. Windows color (decimal): -927783 or 14276593. OLE color: 14276593.

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

Color convert

RGB 241 215 217 -
CMYK 0 0.11 0.10 0.05
HSL 355.38º 0.48% 0.89% -
HSV(B) 355.38º 0.11% 0.95% -
XYZ 73.1 72.31 75.75 -
YUV 223 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 241 215 217 0 0.11 0.10 0.05 355.38 0.48 0.89
Hex F1 D7 D9 0 B A 5 163 30 59
Octal 361 327 331 0 13 12 5 543 60 131
Binary 11110001 11010111 11011001 0 1011 1010 101 101100011 110000 1011001

Color Harmonies of #F1D7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7D9

Black with #F1D7D9

Text Example


Text Example

White with #F1D7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7D9; }

 p { color: rgb(241,215,217); }

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

background-color css

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

 a { background-color: rgb(241,215,217); }

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

border-color css

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

 span { border-color: rgb(241,215,217); }

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