Html Css Color HEX #FAD4ED Pig Pink

📋 copy color: '#FAD4ED'

red 250 ◦ green 212 ◦ blue 237

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

Shades of Pig Pink #FAD4ED

Tints of Pig Pink #FAD4ED

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.33%

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

R = 35.77%
G = 30.33%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAD4ED (or 0xFAD4ED) is known color: Pig Pink. HEX triplet: FA, D4 and ED. RGB value is (250,212,237). Sum of RGB (Red+Green+Blue) = 250+212+237=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4ED is #052B12. Grayscale: #E2E2E2. Windows color (decimal): -338707 or 15586554. OLE color: 15586554.

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

Color convert

RGB 250 212 237 -
CMYK 0 0.15 0.05 0.02
HSL 320.53º 0.79% 0.91% -
HSV(B) 320.53º 0.15% 0.98% -
XYZ 78.25 73.53 90.19 -
YUV 226.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 250 212 237 0 0.15 0.05 0.02 320.53 0.79 0.91
Hex FA D4 ED 0 F 5 2 141 4F 5B
Octal 372 324 355 0 17 5 2 501 117 133
Binary 11111010 11010100 11101101 0 1111 101 10 101000001 1001111 1011011

Color Harmonies of #FAD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4ED

Black with #FAD4ED

Text Example


Text Example

White with #FAD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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