Html Css Color HEX #FAD1E4 Pig Pink

📋 copy color: '#FAD1E4'

red 250 ◦ green 209 ◦ blue 228

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

Shades of Pig Pink #FAD1E4

Tints of Pig Pink #FAD1E4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.42%

 BLUE value IS 228 (89.45% from 255) = 33.19%

R = 36.39%
G = 30.42%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAD1E4 (or 0xFAD1E4) is known color: Pig Pink. HEX triplet: FA, D1 and E4. RGB value is (250,209,228). Sum of RGB (Red+Green+Blue) = 250+209+228=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1E4 is #052E1B. Grayscale: #DFDFDF. Windows color (decimal): -339484 or 14995962. OLE color: 14995962.

HSL color Cylindrical-coordinate representation of color #FAD1E4: hue angle of 332.2º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1E4 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 228 -
CMYK 0 0.16 0.09 0.02
HSL 332.2º 0.8% 0.9% -
HSV(B) 332.2º 0.16% 0.98% -
XYZ 76.23 71.53 83.19 -
YUV 223.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 250 209 228 0 0.16 0.09 0.02 332.2 0.8 0.9
Hex FA D1 E4 0 10 9 2 14C 50 5A
Octal 372 321 344 0 20 11 2 514 120 132
Binary 11111010 11010001 11100100 0 10000 1001 10 101001100 1010000 1011010

Color Harmonies of #FAD1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1E4

Black with #FAD1E4

Text Example


Text Example

White with #FAD1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1E4; }

 p { color: rgb(250,209,228); }

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

background-color css

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

 a { background-color: rgb(250,209,228); }

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

border-color css

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

 span { border-color: rgb(250,209,228); }

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