Html Css Color HEX #FAD8E2 Pig Pink

📋 copy color: '#FAD8E2'

red 250 ◦ green 216 ◦ blue 226

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

Shades of Pig Pink #FAD8E2

Tints of Pig Pink #FAD8E2

RGB

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

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

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

R = 36.13%
G = 31.21%
B = 32.66%

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

#FAD8E2 (or 0xFAD8E2) is known color: Pig Pink. HEX triplet: FA, D8 and E2. RGB value is (250,216,226). Sum of RGB (Red+Green+Blue) = 250+216+226=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8E2 is #05271D. Grayscale: #E3E3E3. Windows color (decimal): -337694 or 14866682. OLE color: 14866682.

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

Color convert

RGB 250 216 226 -
CMYK 0 0.14 0.10 0.02
HSL 342.35º 0.77% 0.91% -
HSV(B) 342.35º 0.14% 0.98% -
XYZ 77.71 74.93 82.32 -
YUV 227.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 250 216 226 0 0.14 0.10 0.02 342.35 0.77 0.91
Hex FA D8 E2 0 E A 2 156 4D 5B
Octal 372 330 342 0 16 12 2 526 115 133
Binary 11111010 11011000 11100010 0 1110 1010 10 101010110 1001101 1011011

Color Harmonies of #FAD8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8E2

Black with #FAD8E2

Text Example


Text Example

White with #FAD8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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