#F2D8DB

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

Shades of Pale Rose #F2D8DB

Tints of Pale Rose #F2D8DB

Color information

#F2D8DB (or 0xF2D8DB) is unknown color: approx Pale Rose. HEX triplet: F2, D8 and DB. RGB value is (242,216,219). Sum of RGB (Red+Green+Blue) = 242+216+219=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8DB is #0D2724. Grayscale: #E0E0E0. Windows color (decimal): -861989 or 14407922. OLE color: 14407922.

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

Color convert

RGB242216219-
CMYK00.110.100.05
HSL353.08º50%89.8%-
HSV(B)353.08º10.74%94.9%-
XYZ73.9673.177.23-
YUV224.12125.11140.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=35.75%
G=31.91%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221621900.110.100.05353.085089.8
HexF2D8DB0BA5161325a
Octal36233033301312554162132
Binary1111001011011000110110110101110101011011000011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D8DB; }

 p { color: rgb(242,216,219); }

 H1.HeaderClassName
 {
   color: #F2D8DB;
 }
 .AnyTagClassName
 {
   color: #F2D8DB;
 }
</style>
background-color css

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

 a { background-color: rgb(242,216,219); }

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

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

 span { border-color: rgb(242,216,219); }

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