Html Css Color HEX #FADFF0 Pig Pink

📋 copy color: '#FADFF0'

red 250 ◦ green 223 ◦ blue 240

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

Shades of Pig Pink #FADFF0

Tints of Pig Pink #FADFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.28%

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

R = 35.06%
G = 31.28%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FADFF0 (or 0xFADFF0) is known color: Pig Pink. HEX triplet: FA, DF and F0. RGB value is (250,223,240). Sum of RGB (Red+Green+Blue) = 250+223+240=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF0 is #05200F. Grayscale: #E8E8E8. Windows color (decimal): -335888 or 15785978. OLE color: 15785978.

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

Color convert

RGB 250 223 240 -
CMYK 0 0.11 0.04 0.02
HSL 322.22º 0.73% 0.93% -
HSV(B) 322.22º 0.11% 0.98% -
XYZ 81.54 79.39 93.46 -
YUV 233.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 250 223 240 0 0.11 0.04 0.02 322.22 0.73 0.93
Hex FA DF F0 0 B 4 2 142 49 5D
Octal 372 337 360 0 13 4 2 502 111 135
Binary 11111010 11011111 11110000 0 1011 100 10 101000010 1001001 1011101

Color Harmonies of #FADFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFF0

Black with #FADFF0

Text Example


Text Example

White with #FADFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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