Html Css Color HEX #FADBF1 Pig Pink

📋 copy color: '#FADBF1'

red 250 ◦ green 219 ◦ blue 241

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

Shades of Pig Pink #FADBF1

Tints of Pig Pink #FADBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.94%

R = 35.21%
G = 30.85%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FADBF1 (or 0xFADBF1) is known color: Pig Pink. HEX triplet: FA, DB and F1. RGB value is (250,219,241). Sum of RGB (Red+Green+Blue) = 250+219+241=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF1 is #05240E. Grayscale: #E6E6E6. Windows color (decimal): -336911 or 15850490. OLE color: 15850490.

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

Color convert

RGB 250 219 241 -
CMYK 0 0.12 0.04 0.02
HSL 317.42º 0.76% 0.92% -
HSV(B) 317.42º 0.12% 0.98% -
XYZ 80.63 77.34 93.9 -
YUV 230.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 250 219 241 0 0.12 0.04 0.02 317.42 0.76 0.92
Hex FA DB F1 0 C 4 2 13D 4C 5C
Octal 372 333 361 0 14 4 2 475 114 134
Binary 11111010 11011011 11110001 0 1100 100 10 100111101 1001100 1011100

Color Harmonies of #FADBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBF1

Black with #FADBF1

Text Example


Text Example

White with #FADBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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