Html Css Color HEX #F1D7DB Pale Rose

📋 copy color: '#F1D7DB'

red 241 ◦ green 215 ◦ blue 219

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

Shades of Pale Rose #F1D7DB

Tints of Pale Rose #F1D7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.44%

R = 35.7%
G = 31.85%
B = 32.44%

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

#F1D7DB (or 0xF1D7DB) is known color: Pale Rose. HEX triplet: F1, D7 and DB. RGB value is (241,215,219). Sum of RGB (Red+Green+Blue) = 241+215+219=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DB is #0E2824. Grayscale: #DFDFDF. Windows color (decimal): -927781 or 14407665. OLE color: 14407665.

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

Color convert

RGB 241 215 219 -
CMYK 0 0.11 0.09 0.05
HSL 350.77º 0.48% 0.89% -
HSV(B) 350.77º 0.11% 0.95% -
XYZ 73.36 72.42 77.13 -
YUV 223.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 241 215 219 0 0.11 0.09 0.05 350.77 0.48 0.89
Hex F1 D7 DB 0 B 9 5 15F 30 59
Octal 361 327 333 0 13 11 5 537 60 131
Binary 11110001 11010111 11011011 0 1011 1001 101 101011111 110000 1011001

Color Harmonies of #F1D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7DB

Black with #F1D7DB

Text Example


Text Example

White with #F1D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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