Html Css Color HEX #FADCEC Pig Pink

📋 copy color: '#FADCEC'

red 250 ◦ green 220 ◦ blue 236

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

Shades of Pig Pink #FADCEC

Tints of Pig Pink #FADCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.43%

R = 35.41%
G = 31.16%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FADCEC (or 0xFADCEC) is known color: Pig Pink. HEX triplet: FA, DC and EC. RGB value is (250,220,236). Sum of RGB (Red+Green+Blue) = 250+220+236=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEC is #052313. Grayscale: #E6E6E6. Windows color (decimal): -336660 or 15523066. OLE color: 15523066.

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

Color convert

RGB 250 220 236 -
CMYK 0 0.12 0.06 0.02
HSL 328º 0.75% 0.92% -
HSV(B) 328º 0.12% 0.98% -
XYZ 80.16 77.57 90.1 -
YUV 230.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 250 220 236 0 0.12 0.06 0.02 328 0.75 0.92
Hex FA DC EC 0 C 6 2 148 4B 5C
Octal 372 334 354 0 14 6 2 510 113 134
Binary 11111010 11011100 11101100 0 1100 110 10 101001000 1001011 1011100

Color Harmonies of #FADCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCEC

Black with #FADCEC

Text Example


Text Example

White with #FADCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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