#FADCDD

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

Shades of Pale Pink #FADCDD

Tints of Pale Pink #FADCDD

Color information

#FADCDD (or 0xFADCDD) is unknown color: approx Pale Pink. HEX triplet: FA, DC and DD. RGB value is (250,220,221). Sum of RGB (Red+Green+Blue) = 250+220+221=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDD is #052322. Grayscale: #E5E5E5. Windows color (decimal): -336675 or 14540026. OLE color: 14540026.

HSL color Cylindrical-coordinate representation of color #FADCDD: hue angle of 358º degrees, saturation: 0.75, 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 #FADCDD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250220221-
CMYK00.120.120.02
HSL358º75%92.16%-
HSV(B)358º12%98.04%-
XYZ78.0776.7379.1-
YUV229.08123.44142.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=36.18%
G=31.84%
B=31.98%

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
Decimal25022022100.120.120.023587592.16
HexFADCDD0CC21664b5c
Octal372334335014142546113134
Binary1111101011011100110111010110011001010110011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCDD; }

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

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

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

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

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

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

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

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