Html Css Color HEX #FADDF0 Pig Pink

📋 copy color: '#FADDF0'

red 250 ◦ green 221 ◦ blue 240

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

Shades of Pig Pink #FADDF0

Tints of Pig Pink #FADDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.76%

R = 35.16%
G = 31.08%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FADDF0 (or 0xFADDF0) is known color: Pig Pink. HEX triplet: FA, DD and F0. RGB value is (250,221,240). Sum of RGB (Red+Green+Blue) = 250+221+240=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF0 is #05220F. Grayscale: #E7E7E7. Windows color (decimal): -336400 or 15785466. OLE color: 15785466.

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

Color convert

RGB 250 221 240 -
CMYK 0 0.12 0.04 0.02
HSL 320.69º 0.74% 0.92% -
HSV(B) 320.69º 0.12% 0.98% -
XYZ 81.01 78.33 93.29 -
YUV 231.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 250 221 240 0 0.12 0.04 0.02 320.69 0.74 0.92
Hex FA DD F0 0 C 4 2 141 4A 5C
Octal 372 335 360 0 14 4 2 501 112 134
Binary 11111010 11011101 11110000 0 1100 100 10 101000001 1001010 1011100

Color Harmonies of #FADDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDF0

Black with #FADDF0

Text Example


Text Example

White with #FADDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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