Html Css Color HEX #F1D8DC Pale Rose

📋 copy color: '#F1D8DC'

red 241 ◦ green 216 ◦ blue 220

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

Shades of Pale Rose #F1D8DC

Tints of Pale Rose #F1D8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.91%

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

R = 35.6%
G = 31.91%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1D8DC (or 0xF1D8DC) is known color: Pale Rose. HEX triplet: F1, D8 and DC. RGB value is (241,216,220). Sum of RGB (Red+Green+Blue) = 241+216+220=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8DC is #0E2723. Grayscale: #DFDFDF. Windows color (decimal): -927524 or 14473457. OLE color: 14473457.

HSL color Cylindrical-coordinate representation of color #F1D8DC: hue angle of 350.4º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8DC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 216 220 -
CMYK 0 0.10 0.09 0.05
HSL 350.4º 0.47% 0.9% -
HSV(B) 350.4º 0.1% 0.95% -
XYZ 73.75 72.98 77.91 -
YUV 223.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 241 216 220 0 0.10 0.09 0.05 350.4 0.47 0.9
Hex F1 D8 DC 0 A 9 5 15E 2F 5A
Octal 361 330 334 0 12 11 5 536 57 132
Binary 11110001 11011000 11011100 0 1010 1001 101 101011110 101111 1011010

Color Harmonies of #F1D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8DC

Black with #F1D8DC

Text Example


Text Example

White with #F1D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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