Html Css Color HEX #FADBF2 Pig Pink

📋 copy color: '#FADBF2'

red 250 ◦ green 219 ◦ blue 242

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

Shades of Pig Pink #FADBF2

Tints of Pig Pink #FADBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.8%

 BLUE value IS 242 (94.92% from 255) = 34.04%

R = 35.16%
G = 30.8%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FADBF2 (or 0xFADBF2) is known color: Pig Pink. HEX triplet: FA, DB and F2. RGB value is (250,219,242). Sum of RGB (Red+Green+Blue) = 250+219+242=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF2 is #05240D. Grayscale: #E6E6E6. Windows color (decimal): -336910 or 15916026. OLE color: 15916026.

HSL color Cylindrical-coordinate representation of color #FADBF2: hue angle of 315.48º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADBF2 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 242 -
CMYK 0 0.12 0.03 0.02
HSL 315.48º 0.76% 0.92% -
HSV(B) 315.48º 0.12% 0.98% -
XYZ 80.78 77.4 94.69 -
YUV 230.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 250 219 242 0 0.12 0.03 0.02 315.48 0.76 0.92
Hex FA DB F2 0 C 3 2 13B 4C 5C
Octal 372 333 362 0 14 3 2 473 114 134
Binary 11111010 11011011 11110010 0 1100 11 10 100111011 1001100 1011100

Color Harmonies of #FADBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBF2

Black with #FADBF2

Text Example


Text Example

White with #FADBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBF2; }

 p { color: rgb(250,219,242); }

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

background-color css

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

 a { background-color: rgb(250,219,242); }

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

border-color css

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

 span { border-color: rgb(250,219,242); }

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