Html Css Color HEX #FADAEC Pig Pink

📋 copy color: '#FADAEC'

red 250 ◦ green 218 ◦ blue 236

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

Shades of Pig Pink #FADAEC

Tints of Pig Pink #FADAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.97%

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

R = 35.51%
G = 30.97%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FADAEC (or 0xFADAEC) is known color: Pig Pink. HEX triplet: FA, DA and EC. RGB value is (250,218,236). Sum of RGB (Red+Green+Blue) = 250+218+236=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAEC is #052513. Grayscale: #E5E5E5. Windows color (decimal): -337172 or 15522554. OLE color: 15522554.

HSL color Cylindrical-coordinate representation of color #FADAEC: hue angle of 326.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAEC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 236 -
CMYK 0 0.13 0.06 0.02
HSL 326.25º 0.76% 0.92% -
HSV(B) 326.25º 0.13% 0.98% -
XYZ 79.64 76.52 89.93 -
YUV 229.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 250 218 236 0 0.13 0.06 0.02 326.25 0.76 0.92
Hex FA DA EC 0 D 6 2 146 4C 5C
Octal 372 332 354 0 15 6 2 506 114 134
Binary 11111010 11011010 11101100 0 1101 110 10 101000110 1001100 1011100

Color Harmonies of #FADAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAEC

Black with #FADAEC

Text Example


Text Example

White with #FADAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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