Html Css Color HEX #FADCF2 Pig Pink

📋 copy color: '#FADCF2'

red 250 ◦ green 220 ◦ blue 242

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

Shades of Pig Pink #FADCF2

Tints of Pig Pink #FADCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.9%

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

R = 35.11%
G = 30.9%
B = 33.99%

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

#FADCF2 (or 0xFADCF2) is known color: Pig Pink. HEX triplet: FA, DC and F2. RGB value is (250,220,242). Sum of RGB (Red+Green+Blue) = 250+220+242=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF2 is #05230D. Grayscale: #E7E7E7. Windows color (decimal): -336654 or 15916282. OLE color: 15916282.

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

Color convert

RGB 250 220 242 -
CMYK 0 0.12 0.03 0.02
HSL 316º 0.75% 0.92% -
HSV(B) 316º 0.12% 0.98% -
XYZ 81.04 77.92 94.77 -
YUV 231.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 250 220 242 0 0.12 0.03 0.02 316 0.75 0.92
Hex FA DC F2 0 C 3 2 13C 4B 5C
Octal 372 334 362 0 14 3 2 474 113 134
Binary 11111010 11011100 11110010 0 1100 11 10 100111100 1001011 1011100

Color Harmonies of #FADCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCF2

Black with #FADCF2

Text Example


Text Example

White with #FADCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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