Html Css Color HEX #FAD8DC Pale Pink

📋 copy color: '#FAD8DC'

red 250 ◦ green 216 ◦ blue 220

#FAD8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Pink #FAD8DC

Tints of Pale Pink #FAD8DC

RGB

 RED value IS 250 (98.05% from 255) = 36.44%

 GREEN value IS 216 (84.77% from 255) = 31.49%

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 36.44%
G = 31.49%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAD8DC (or 0xFAD8DC) is known color: Pale Pink. HEX triplet: FA, D8 and DC. RGB value is (250,216,220). Sum of RGB (Red+Green+Blue) = 250+216+220=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8DC is #052723. Grayscale: #E2E2E2. Windows color (decimal): -337700 or 14473466. OLE color: 14473466.

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

Color convert

RGB 250 216 220 -
CMYK 0 0.14 0.12 0.02
HSL 352.94º 0.77% 0.91% -
HSV(B) 352.94º 0.14% 0.98% -
XYZ 76.9 74.6 78.06 -
YUV 226.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 250 216 220 0 0.14 0.12 0.02 352.94 0.77 0.91
Hex FA D8 DC 0 E C 2 161 4D 5B
Octal 372 330 334 0 16 14 2 541 115 133
Binary 11111010 11011000 11011100 0 1110 1100 10 101100001 1001101 1011011

Color Harmonies of #FAD8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8DC

Black with #FAD8DC

Text Example


Text Example

White with #FAD8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8DC; }

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

 H1.HeaderClassName
 {
   color: #FAD8DC;
 }
 .AnyTagClassName
 {
   color: #FAD8DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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