Html Css Color HEX #FAD2EA Pig Pink

📋 copy color: '#FAD2EA'

red 250 ◦ green 210 ◦ blue 234

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

Shades of Pig Pink #FAD2EA

Tints of Pig Pink #FAD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.26%

 BLUE value IS 234 (91.8% from 255) = 33.72%

R = 36.02%
G = 30.26%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAD2EA (or 0xFAD2EA) is known color: Pig Pink. HEX triplet: FA, D2 and EA. RGB value is (250,210,234). Sum of RGB (Red+Green+Blue) = 250+210+234=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2EA is #052D15. Grayscale: #E0E0E0. Windows color (decimal): -339222 or 15389434. OLE color: 15389434.

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

Color convert

RGB 250 210 234 -
CMYK 0 0.16 0.06 0.02
HSL 324º 0.8% 0.9% -
HSV(B) 324º 0.16% 0.98% -
XYZ 77.32 72.36 87.73 -
YUV 224.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 250 210 234 0 0.16 0.06 0.02 324 0.8 0.9
Hex FA D2 EA 0 10 6 2 144 50 5A
Octal 372 322 352 0 20 6 2 504 120 132
Binary 11111010 11010010 11101010 0 10000 110 10 101000100 1010000 1011010

Color Harmonies of #FAD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2EA

Black with #FAD2EA

Text Example


Text Example

White with #FAD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2EA; }

 p { color: rgb(250,210,234); }

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

background-color css

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

 a { background-color: rgb(250,210,234); }

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

border-color css

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

 span { border-color: rgb(250,210,234); }

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