#F1D8DC

Color #F1D8DC Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #F1D8DC

Tints of Pale Rose #F1D8DC

Color information

#F1D8DC (or 0xF1D8DC) is unknown color: approx 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

RGB241216220-
CMYK00.100.090.05
HSL350.4º47.17%89.61%-
HSV(B)350.4º10.37%94.51%-
XYZ73.7572.9877.91-
YUV223.93125.78140.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=35.60%
G=31.91%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121622000.100.090.05350.447.1789.61
HexF1D8DC0A9515e2f5a
Octal36133033401211553657132
Binary1111000111011000110111000101010011011010111101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>