#F8DBDC

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

Shades of Pale Pink #F8DBDC

Tints of Pale Pink #F8DBDC

Color information

#F8DBDC (or 0xF8DBDC) is unknown color: approx Pale Pink. HEX triplet: F8, DB and DC. RGB value is (248,219,220). Sum of RGB (Red+Green+Blue) = 248+219+220=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBDC is #072423. Grayscale: #E3E3E3. Windows color (decimal): -468004 or 14474232. OLE color: 14474232.

HSL color Cylindrical-coordinate representation of color #F8DBDC: hue angle of 357.93º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBDC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248219220-
CMYK00.120.110.03
HSL357.93º67.44%91.57%-
HSV(B)357.93º11.69%97.25%-
XYZ76.9675.7978.28-
YUV227.78123.61142.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=36.10%
G=31.88%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821922000.120.110.03357.9367.4491.57
HexF8DBDC0CB3166435c
Octal370333334014133546103134
Binary1111100011011011110111000110010111110110011010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBDC; }

 p { color: rgb(248,219,220); }

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

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

 a { background-color: rgb(248,219,220); }

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

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

 span { border-color: rgb(248,219,220); }

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