Html Css Color HEX #F1D7DC Pale Rose

📋 copy color: '#F1D7DC'

red 241 ◦ green 215 ◦ blue 220

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

Shades of Pale Rose #F1D7DC

Tints of Pale Rose #F1D7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.54%

R = 35.65%
G = 31.8%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1D7DC (or 0xF1D7DC) is known color: Pale Rose. HEX triplet: F1, D7 and DC. RGB value is (241,215,220). Sum of RGB (Red+Green+Blue) = 241+215+220=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DC is #0E2823. Grayscale: #DFDFDF. Windows color (decimal): -927780 or 14473201. OLE color: 14473201.

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

Color convert

RGB 241 215 220 -
CMYK 0 0.11 0.09 0.05
HSL 348.46º 0.48% 0.89% -
HSV(B) 348.46º 0.11% 0.95% -
XYZ 73.49 72.47 77.82 -
YUV 223.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 241 215 220 0 0.11 0.09 0.05 348.46 0.48 0.89
Hex F1 D7 DC 0 B 9 5 15C 30 59
Octal 361 327 334 0 13 11 5 534 60 131
Binary 11110001 11010111 11011100 0 1011 1001 101 101011100 110000 1011001

Color Harmonies of #F1D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7DC

Black with #F1D7DC

Text Example


Text Example

White with #F1D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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