Html Css Color HEX #FAD5D9 Pale Pink

📋 copy color: '#FAD5D9'

red 250 ◦ green 213 ◦ blue 217

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

Shades of Pale Pink #FAD5D9

Tints of Pale Pink #FAD5D9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.32%

 BLUE value IS 217 (85.16% from 255) = 31.91%

R = 36.76%
G = 31.32%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAD5D9 (or 0xFAD5D9) is known color: Pale Pink. HEX triplet: FA, D5 and D9. RGB value is (250,213,217). Sum of RGB (Red+Green+Blue) = 250+213+217=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5D9 is #052A26. Grayscale: #E0E0E0. Windows color (decimal): -338471 or 14276090. OLE color: 14276090.

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

Color convert

RGB 250 213 217 -
CMYK 0 0.15 0.13 0.02
HSL 353.51º 0.79% 0.91% -
HSV(B) 353.51º 0.15% 0.98% -
XYZ 75.74 72.92 75.73 -
YUV 224.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 250 213 217 0 0.15 0.13 0.02 353.51 0.79 0.91
Hex FA D5 D9 0 F D 2 162 4F 5B
Octal 372 325 331 0 17 15 2 542 117 133
Binary 11111010 11010101 11011001 0 1111 1101 10 101100010 1001111 1011011

Color Harmonies of #FAD5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5D9

Black with #FAD5D9

Text Example


Text Example

White with #FAD5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5D9; }

 p { color: rgb(250,213,217); }

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

background-color css

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

 a { background-color: rgb(250,213,217); }

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

border-color css

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

 span { border-color: rgb(250,213,217); }

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