Html Css Color HEX #FAD5E3 Pig Pink

📋 copy color: '#FAD5E3'

red 250 ◦ green 213 ◦ blue 227

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

Shades of Pig Pink #FAD5E3

Tints of Pig Pink #FAD5E3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.87%

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

R = 36.23%
G = 30.87%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAD5E3 (or 0xFAD5E3) is known color: Pig Pink. HEX triplet: FA, D5 and E3. RGB value is (250,213,227). Sum of RGB (Red+Green+Blue) = 250+213+227=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5E3 is #052A1C. Grayscale: #E1E1E1. Windows color (decimal): -338461 or 14931450. OLE color: 14931450.

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

Color convert

RGB 250 213 227 -
CMYK 0 0.15 0.09 0.02
HSL 337.3º 0.79% 0.91% -
HSV(B) 337.3º 0.15% 0.98% -
XYZ 77.08 73.46 82.79 -
YUV 225.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 250 213 227 0 0.15 0.09 0.02 337.3 0.79 0.91
Hex FA D5 E3 0 F 9 2 151 4F 5B
Octal 372 325 343 0 17 11 2 521 117 133
Binary 11111010 11010101 11100011 0 1111 1001 10 101010001 1001111 1011011

Color Harmonies of #FAD5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5E3

Black with #FAD5E3

Text Example


Text Example

White with #FAD5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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