Html Css Color HEX #FADEE7 Pig Pink

📋 copy color: '#FADEE7'

red 250 ◦ green 222 ◦ blue 231

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

Shades of Pig Pink #FADEE7

Tints of Pig Pink #FADEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.58%

 BLUE value IS 231 (90.63% from 255) = 32.86%

R = 35.56%
G = 31.58%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FADEE7 (or 0xFADEE7) is known color: Pig Pink. HEX triplet: FA, DE and E7. RGB value is (250,222,231). Sum of RGB (Red+Green+Blue) = 250+222+231=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEE7 is #052118. Grayscale: #E7E7E7. Windows color (decimal): -336153 or 15195898. OLE color: 15195898.

HSL color Cylindrical-coordinate representation of color #FADEE7: hue angle of 340.71º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEE7 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 231 -
CMYK 0 0.11 0.08 0.02
HSL 340.71º 0.74% 0.93% -
HSV(B) 340.71º 0.11% 0.98% -
XYZ 79.97 78.34 86.51 -
YUV 231.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 250 222 231 0 0.11 0.08 0.02 340.71 0.74 0.93
Hex FA DE E7 0 B 8 2 155 4A 5D
Octal 372 336 347 0 13 10 2 525 112 135
Binary 11111010 11011110 11100111 0 1011 1000 10 101010101 1001010 1011101

Color Harmonies of #FADEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEE7

Black with #FADEE7

Text Example


Text Example

White with #FADEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEE7; }

 p { color: rgb(250,222,231); }

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

background-color css

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

 a { background-color: rgb(250,222,231); }

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

border-color css

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

 span { border-color: rgb(250,222,231); }

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