Html Css Color HEX #FADAEF Pig Pink

📋 copy color: '#FADAEF'

red 250 ◦ green 218 ◦ blue 239

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

Shades of Pig Pink #FADAEF

Tints of Pig Pink #FADAEF

RGB

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

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

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

R = 35.36%
G = 30.83%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FADAEF (or 0xFADAEF) is known color: Pig Pink. HEX triplet: FA, DA and EF. RGB value is (250,218,239). Sum of RGB (Red+Green+Blue) = 250+218+239=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAEF is #052510. Grayscale: #E5E5E5. Windows color (decimal): -337169 or 15719162. OLE color: 15719162.

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

Color convert

RGB 250 218 239 -
CMYK 0 0.13 0.04 0.02
HSL 320.63º 0.76% 0.92% -
HSV(B) 320.63º 0.13% 0.98% -
XYZ 80.08 76.7 92.25 -
YUV 229.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 250 218 239 0 0.13 0.04 0.02 320.63 0.76 0.92
Hex FA DA EF 0 D 4 2 141 4C 5C
Octal 372 332 357 0 15 4 2 501 114 134
Binary 11111010 11011010 11101111 0 1101 100 10 101000001 1001100 1011100

Color Harmonies of #FADAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADAEF

Black with #FADAEF

Text Example


Text Example

White with #FADAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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