#FADBDC

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

Shades of Pale Pink #FADBDC

Tints of Pale Pink #FADBDC

Color information

#FADBDC (or 0xFADBDC) is unknown color: approx Pale Pink. HEX triplet: FA, DB and DC. RGB value is (250,219,220). Sum of RGB (Red+Green+Blue) = 250+219+220=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDC is #052423. Grayscale: #E4E4E4. Windows color (decimal): -336932 or 14474234. OLE color: 14474234.

HSL color Cylindrical-coordinate representation of color #FADBDC: hue angle of 358.06º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADBDC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250219220-
CMYK00.120.120.02
HSL358.06º75.61%91.96%-
HSV(B)358.06º12.4%98.04%-
XYZ77.6776.1578.32-
YUV228.38123.27143.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=36.28%
G=31.79%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021922000.120.120.02358.0675.6191.96
HexFADBDC0CC21664c5c
Octal372333334014142546114134
Binary1111101011011011110111000110011001010110011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBDC; }

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

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

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

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

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

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

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

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