Html Css Color HEX #FAD6E2 Pig Pink

📋 copy color: '#FAD6E2'

red 250 ◦ green 214 ◦ blue 226

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

Shades of Pig Pink #FAD6E2

Tints of Pig Pink #FAD6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.75%

R = 36.23%
G = 31.01%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAD6E2 (or 0xFAD6E2) is known color: Pig Pink. HEX triplet: FA, D6 and E2. RGB value is (250,214,226). Sum of RGB (Red+Green+Blue) = 250+214+226=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6E2 is #05291D. Grayscale: #E2E2E2. Windows color (decimal): -338206 or 14866170. OLE color: 14866170.

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

Color convert

RGB 250 214 226 -
CMYK 0 0.14 0.10 0.02
HSL 340º 0.78% 0.91% -
HSV(B) 340º 0.14% 0.98% -
XYZ 77.2 73.91 82.15 -
YUV 226.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 250 214 226 0 0.14 0.10 0.02 340 0.78 0.91
Hex FA D6 E2 0 E A 2 154 4E 5B
Octal 372 326 342 0 16 12 2 524 116 133
Binary 11111010 11010110 11100010 0 1110 1010 10 101010100 1001110 1011011

Color Harmonies of #FAD6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6E2

Black with #FAD6E2

Text Example


Text Example

White with #FAD6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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