Html Css Color HEX #FAD7EC Pig Pink

📋 copy color: '#FAD7EC'

red 250 ◦ green 215 ◦ blue 236

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

Shades of Pig Pink #FAD7EC

Tints of Pig Pink #FAD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.67%

 BLUE value IS 236 (92.58% from 255) = 33.67%

R = 35.66%
G = 30.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAD7EC (or 0xFAD7EC) is known color: Pig Pink. HEX triplet: FA, D7 and EC. RGB value is (250,215,236). Sum of RGB (Red+Green+Blue) = 250+215+236=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD7EC is #052813. Grayscale: #E3E3E3. Windows color (decimal): -337940 or 15521786. OLE color: 15521786.

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

Color convert

RGB 250 215 236 -
CMYK 0 0.14 0.06 0.02
HSL 324º 0.78% 0.91% -
HSV(B) 324º 0.14% 0.98% -
XYZ 78.87 74.98 89.67 -
YUV 227.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 250 215 236 0 0.14 0.06 0.02 324 0.78 0.91
Hex FA D7 EC 0 E 6 2 144 4E 5B
Octal 372 327 354 0 16 6 2 504 116 133
Binary 11111010 11010111 11101100 0 1110 110 10 101000100 1001110 1011011

Color Harmonies of #FAD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD7EC

Black with #FAD7EC

Text Example


Text Example

White with #FAD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD7EC; }

 p { color: rgb(250,215,236); }

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

background-color css

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

 a { background-color: rgb(250,215,236); }

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

border-color css

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

 span { border-color: rgb(250,215,236); }

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