Html Css Color HEX #FAD4F0 Pig Pink

📋 copy color: '#FAD4F0'

red 250 ◦ green 212 ◦ blue 240

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

Shades of Pig Pink #FAD4F0

Tints of Pig Pink #FAD4F0

RGB

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

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

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

R = 35.61%
G = 30.2%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAD4F0 (or 0xFAD4F0) is known color: Pig Pink. HEX triplet: FA, D4 and F0. RGB value is (250,212,240). Sum of RGB (Red+Green+Blue) = 250+212+240=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4F0 is #052B0F. Grayscale: #E2E2E2. Windows color (decimal): -338704 or 15783162. OLE color: 15783162.

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

Color convert

RGB 250 212 240 -
CMYK 0 0.15 0.04 0.02
HSL 315.79º 0.79% 0.91% -
HSV(B) 315.79º 0.15% 0.98% -
XYZ 78.7 73.7 92.52 -
YUV 226.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 250 212 240 0 0.15 0.04 0.02 315.79 0.79 0.91
Hex FA D4 F0 0 F 4 2 13C 4F 5B
Octal 372 324 360 0 17 4 2 474 117 133
Binary 11111010 11010100 11110000 0 1111 100 10 100111100 1001111 1011011

Color Harmonies of #FAD4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4F0

Black with #FAD4F0

Text Example


Text Example

White with #FAD4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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