Html Css Color HEX #FAD0DF Pig Pink

📋 copy color: '#FAD0DF'

red 250 ◦ green 208 ◦ blue 223

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

Shades of Pig Pink #FAD0DF

Tints of Pig Pink #FAD0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.75%

R = 36.71%
G = 30.54%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FAD0DF (or 0xFAD0DF) is known color: Pig Pink. HEX triplet: FA, D0 and DF. RGB value is (250,208,223). Sum of RGB (Red+Green+Blue) = 250+208+223=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0DF is #052F20. Grayscale: #DEDEDE. Windows color (decimal): -339745 or 14668026. OLE color: 14668026.

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

Color convert

RGB 250 208 223 -
CMYK 0 0.17 0.11 0.02
HSL 338.57º 0.81% 0.9% -
HSV(B) 338.57º 0.17% 0.98% -
XYZ 75.3 70.76 79.5 -
YUV 222.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 250 208 223 0 0.17 0.11 0.02 338.57 0.81 0.9
Hex FA D0 DF 0 11 B 2 153 51 5A
Octal 372 320 337 0 21 13 2 523 121 132
Binary 11111010 11010000 11011111 0 10001 1011 10 101010011 1010001 1011010

Color Harmonies of #FAD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0DF

Black with #FAD0DF

Text Example


Text Example

White with #FAD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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