Html Css Color HEX #FADCEF Pig Pink

📋 copy color: '#FADCEF'

red 250 ◦ green 220 ◦ blue 239

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

Shades of Pig Pink #FADCEF

Tints of Pig Pink #FADCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.71%

R = 35.26%
G = 31.03%
B = 33.71%

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

#FADCEF (or 0xFADCEF) is known color: Pig Pink. HEX triplet: FA, DC and EF. RGB value is (250,220,239). Sum of RGB (Red+Green+Blue) = 250+220+239=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEF is #052310. Grayscale: #E7E7E7. Windows color (decimal): -336657 or 15719674. OLE color: 15719674.

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

Color convert

RGB 250 220 239 -
CMYK 0 0.12 0.04 0.02
HSL 322º 0.75% 0.92% -
HSV(B) 322º 0.12% 0.98% -
XYZ 80.6 77.74 92.42 -
YUV 231.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 250 220 239 0 0.12 0.04 0.02 322 0.75 0.92
Hex FA DC EF 0 C 4 2 142 4B 5C
Octal 372 334 357 0 14 4 2 502 113 134
Binary 11111010 11011100 11101111 0 1100 100 10 101000010 1001011 1011100

Color Harmonies of #FADCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCEF

Black with #FADCEF

Text Example


Text Example

White with #FADCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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