Html Css Color HEX #FAD6F0 Pig Pink

📋 copy color: '#FAD6F0'

red 250 ◦ green 214 ◦ blue 240

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

Shades of Pig Pink #FAD6F0

Tints of Pig Pink #FAD6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.4%

 BLUE value IS 240 (94.14% from 255) = 34.09%

R = 35.51%
G = 30.4%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAD6F0 (or 0xFAD6F0) is known color: Pig Pink. HEX triplet: FA, D6 and F0. RGB value is (250,214,240). Sum of RGB (Red+Green+Blue) = 250+214+240=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 240 (94.14% from 255 or 34.09% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD6F0 is #05290F. Grayscale: #E3E3E3. Windows color (decimal): -338192 or 15783674. OLE color: 15783674.

HSL color Cylindrical-coordinate representation of color #FAD6F0: hue angle of 316.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD6F0 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 214 240 -
CMYK 0 0.14 0.04 0.02
HSL 316.67º 0.78% 0.91% -
HSV(B) 316.67º 0.14% 0.98% -
XYZ 79.2 74.71 92.68 -
YUV 227.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 250 214 240 0 0.14 0.04 0.02 316.67 0.78 0.91
Hex FA D6 F0 0 E 4 2 13D 4E 5B
Octal 372 326 360 0 16 4 2 475 116 133
Binary 11111010 11010110 11110000 0 1110 100 10 100111101 1001110 1011011

Color Harmonies of #FAD6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD6F0

Black with #FAD6F0

Text Example


Text Example

White with #FAD6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD6F0; }

 p { color: rgb(250,214,240); }

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

background-color css

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

 a { background-color: rgb(250,214,240); }

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

border-color css

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

 span { border-color: rgb(250,214,240); }

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