Html Css Color HEX #FAD6E5 Pig Pink

📋 copy color: '#FAD6E5'

red 250 ◦ green 214 ◦ blue 229

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

Shades of Pig Pink #FAD6E5

Tints of Pig Pink #FAD6E5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.88%

 BLUE value IS 229 (89.84% from 255) = 33.04%

R = 36.08%
G = 30.88%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAD6E5 (or 0xFAD6E5) is known color: Pig Pink. HEX triplet: FA, D6 and E5. RGB value is (250,214,229). Sum of RGB (Red+Green+Blue) = 250+214+229=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6E5 is #05291A. Grayscale: #E2E2E2. Windows color (decimal): -338203 or 15062778. OLE color: 15062778.

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

Color convert

RGB 250 214 229 -
CMYK 0 0.14 0.08 0.02
HSL 335º 0.78% 0.91% -
HSV(B) 335º 0.14% 0.98% -
XYZ 77.61 74.07 84.34 -
YUV 226.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 250 214 229 0 0.14 0.08 0.02 335 0.78 0.91
Hex FA D6 E5 0 E 8 2 14F 4E 5B
Octal 372 326 345 0 16 10 2 517 116 133
Binary 11111010 11010110 11100101 0 1110 1000 10 101001111 1001110 1011011

Color Harmonies of #FAD6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6E5

Black with #FAD6E5

Text Example


Text Example

White with #FAD6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6E5; }

 p { color: rgb(250,214,229); }

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

background-color css

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

 a { background-color: rgb(250,214,229); }

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

border-color css

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

 span { border-color: rgb(250,214,229); }

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