Html Css Color HEX #FAD3ED Pig Pink

📋 copy color: '#FAD3ED'

red 250 ◦ green 211 ◦ blue 237

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

Shades of Pig Pink #FAD3ED

Tints of Pig Pink #FAD3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 35.82%
G = 30.23%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAD3ED (or 0xFAD3ED) is known color: Pig Pink. HEX triplet: FA, D3 and ED. RGB value is (250,211,237). Sum of RGB (Red+Green+Blue) = 250+211+237=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3ED is #052C12. Grayscale: #E1E1E1. Windows color (decimal): -338963 or 15586298. OLE color: 15586298.

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

Color convert

RGB 250 211 237 -
CMYK 0 0.16 0.05 0.02
HSL 320º 0.8% 0.9% -
HSV(B) 320º 0.16% 0.98% -
XYZ 78 73.03 90.11 -
YUV 225.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 250 211 237 0 0.16 0.05 0.02 320 0.8 0.9
Hex FA D3 ED 0 10 5 2 140 50 5A
Octal 372 323 355 0 20 5 2 500 120 132
Binary 11111010 11010011 11101101 0 10000 101 10 101000000 1010000 1011010

Color Harmonies of #FAD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3ED

Black with #FAD3ED

Text Example


Text Example

White with #FAD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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