Html Css Color HEX #FAD0E1 Pig Pink

📋 copy color: '#FAD0E1'

red 250 ◦ green 208 ◦ blue 225

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

Shades of Pig Pink #FAD0E1

Tints of Pig Pink #FAD0E1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.45%

 BLUE value IS 225 (88.28% from 255) = 32.94%

R = 36.6%
G = 30.45%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAD0E1 (or 0xFAD0E1) is known color: Pig Pink. HEX triplet: FA, D0 and E1. RGB value is (250,208,225). Sum of RGB (Red+Green+Blue) = 250+208+225=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0E1 is #052F1E. Grayscale: #DEDEDE. Windows color (decimal): -339743 or 14799098. OLE color: 14799098.

HSL color Cylindrical-coordinate representation of color #FAD0E1: hue angle of 335.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0E1 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 225 -
CMYK 0 0.17 0.10 0.02
HSL 335.71º 0.81% 0.9% -
HSV(B) 335.71º 0.17% 0.98% -
XYZ 75.57 70.87 80.93 -
YUV 222.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 250 208 225 0 0.17 0.10 0.02 335.71 0.81 0.9
Hex FA D0 E1 0 11 A 2 150 51 5A
Octal 372 320 341 0 21 12 2 520 121 132
Binary 11111010 11010000 11100001 0 10001 1010 10 101010000 1010001 1011010

Color Harmonies of #FAD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0E1

Black with #FAD0E1

Text Example


Text Example

White with #FAD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0E1; }

 p { color: rgb(250,208,225); }

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

background-color css

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

 a { background-color: rgb(250,208,225); }

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

border-color css

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

 span { border-color: rgb(250,208,225); }

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