Html Css Color HEX #FAD3E9 Pig Pink

📋 copy color: '#FAD3E9'

red 250 ◦ green 211 ◦ blue 233

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

Shades of Pig Pink #FAD3E9

Tints of Pig Pink #FAD3E9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.4%

 BLUE value IS 233 (91.41% from 255) = 33.57%

R = 36.02%
G = 30.4%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAD3E9 (or 0xFAD3E9) is known color: Pig Pink. HEX triplet: FA, D3 and E9. RGB value is (250,211,233). Sum of RGB (Red+Green+Blue) = 250+211+233=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 211 (82.81% from 255 or 30.40% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3E9 is #052C16. Grayscale: #E1E1E1. Windows color (decimal): -338967 or 15324154. OLE color: 15324154.

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

Color convert

RGB 250 211 233 -
CMYK 0 0.16 0.07 0.02
HSL 326.15º 0.8% 0.9% -
HSV(B) 326.15º 0.16% 0.98% -
XYZ 77.43 72.8 87.06 -
YUV 225.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 250 211 233 0 0.16 0.07 0.02 326.15 0.8 0.9
Hex FA D3 E9 0 10 7 2 146 50 5A
Octal 372 323 351 0 20 7 2 506 120 132
Binary 11111010 11010011 11101001 0 10000 111 10 101000110 1010000 1011010

Color Harmonies of #FAD3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3E9

Black with #FAD3E9

Text Example


Text Example

White with #FAD3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3E9; }

 p { color: rgb(250,211,233); }

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

background-color css

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

 a { background-color: rgb(250,211,233); }

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

border-color css

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

 span { border-color: rgb(250,211,233); }

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