Html Css Color HEX #FAD4EC Pig Pink

📋 copy color: '#FAD4EC'

red 250 ◦ green 212 ◦ blue 236

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

Shades of Pig Pink #FAD4EC

Tints of Pig Pink #FAD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.37%

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

R = 35.82%
G = 30.37%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAD4EC (or 0xFAD4EC) is known color: Pig Pink. HEX triplet: FA, D4 and EC. RGB value is (250,212,236). Sum of RGB (Red+Green+Blue) = 250+212+236=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4EC is #052B13. Grayscale: #E2E2E2. Windows color (decimal): -338708 or 15521018. OLE color: 15521018.

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

Color convert

RGB 250 212 236 -
CMYK 0 0.15 0.06 0.02
HSL 322.11º 0.79% 0.91% -
HSV(B) 322.11º 0.15% 0.98% -
XYZ 78.11 73.47 89.42 -
YUV 226.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 250 212 236 0 0.15 0.06 0.02 322.11 0.79 0.91
Hex FA D4 EC 0 F 6 2 142 4F 5B
Octal 372 324 354 0 17 6 2 502 117 133
Binary 11111010 11010100 11101100 0 1111 110 10 101000010 1001111 1011011

Color Harmonies of #FAD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4EC

Black with #FAD4EC

Text Example


Text Example

White with #FAD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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