Html Css Color HEX #FADCE4 Pig Pink

📋 copy color: '#FADCE4'

red 250 ◦ green 220 ◦ blue 228

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

Shades of Pig Pink #FADCE4

Tints of Pig Pink #FADCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.66%

R = 35.82%
G = 31.52%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FADCE4 (or 0xFADCE4) is known color: Pig Pink. HEX triplet: FA, DC and E4. RGB value is (250,220,228). Sum of RGB (Red+Green+Blue) = 250+220+228=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCE4 is #05231B. Grayscale: #E5E5E5. Windows color (decimal): -336668 or 14998778. OLE color: 14998778.

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

Color convert

RGB 250 220 228 -
CMYK 0 0.12 0.09 0.02
HSL 344º 0.75% 0.92% -
HSV(B) 344º 0.12% 0.98% -
XYZ 79.02 77.11 84.12 -
YUV 229.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 250 220 228 0 0.12 0.09 0.02 344 0.75 0.92
Hex FA DC E4 0 C 9 2 158 4B 5C
Octal 372 334 344 0 14 11 2 530 113 134
Binary 11111010 11011100 11100100 0 1100 1001 10 101011000 1001011 1011100

Color Harmonies of #FADCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCE4

Black with #FADCE4

Text Example


Text Example

White with #FADCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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