Html Css Color HEX #FAD2E3 Pig Pink

📋 copy color: '#FAD2E3'

red 250 ◦ green 210 ◦ blue 227

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

Shades of Pig Pink #FAD2E3

Tints of Pig Pink #FAD2E3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.57%

 BLUE value IS 227 (89.06% from 255) = 33.04%

R = 36.39%
G = 30.57%
B = 33.04%

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

#FAD2E3 (or 0xFAD2E3) is known color: Pig Pink. HEX triplet: FA, D2 and E3. RGB value is (250,210,227). Sum of RGB (Red+Green+Blue) = 250+210+227=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2E3 is #052D1C. Grayscale: #DFDFDF. Windows color (decimal): -339229 or 14930682. OLE color: 14930682.

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

Color convert

RGB 250 210 227 -
CMYK 0 0.16 0.09 0.02
HSL 334.5º 0.8% 0.9% -
HSV(B) 334.5º 0.16% 0.98% -
XYZ 76.34 71.96 82.54 -
YUV 223.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 250 210 227 0 0.16 0.09 0.02 334.5 0.8 0.9
Hex FA D2 E3 0 10 9 2 14E 50 5A
Octal 372 322 343 0 20 11 2 516 120 132
Binary 11111010 11010010 11100011 0 10000 1001 10 101001110 1010000 1011010

Color Harmonies of #FAD2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2E3

Black with #FAD2E3

Text Example


Text Example

White with #FAD2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2E3; }

 p { color: rgb(250,210,227); }

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

background-color css

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

 a { background-color: rgb(250,210,227); }

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

border-color css

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

 span { border-color: rgb(250,210,227); }

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