Html Css Color HEX #FADDEC Pig Pink

📋 copy color: '#FADDEC'

red 250 ◦ green 221 ◦ blue 236

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

Shades of Pig Pink #FADDEC

Tints of Pig Pink #FADDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.26%

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

R = 35.36%
G = 31.26%
B = 33.38%

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

#FADDEC (or 0xFADDEC) is known color: Pig Pink. HEX triplet: FA, DD and EC. RGB value is (250,221,236). Sum of RGB (Red+Green+Blue) = 250+221+236=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEC is #052213. Grayscale: #E7E7E7. Windows color (decimal): -336404 or 15523322. OLE color: 15523322.

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

Color convert

RGB 250 221 236 -
CMYK 0 0.12 0.06 0.02
HSL 328.97º 0.74% 0.92% -
HSV(B) 328.97º 0.12% 0.98% -
XYZ 80.42 78.09 90.19 -
YUV 231.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 250 221 236 0 0.12 0.06 0.02 328.97 0.74 0.92
Hex FA DD EC 0 C 6 2 149 4A 5C
Octal 372 335 354 0 14 6 2 511 112 134
Binary 11111010 11011101 11101100 0 1100 110 10 101001001 1001010 1011100

Color Harmonies of #FADDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDEC

Black with #FADDEC

Text Example


Text Example

White with #FADDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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