Html Css Color HEX #FADDF1 Pig Pink

📋 copy color: '#FADDF1'

red 250 ◦ green 221 ◦ blue 241

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

Shades of Pig Pink #FADDF1

Tints of Pig Pink #FADDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.85%

R = 35.11%
G = 31.04%
B = 33.85%

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

#FADDF1 (or 0xFADDF1) is known color: Pig Pink. HEX triplet: FA, DD and F1. RGB value is (250,221,241). Sum of RGB (Red+Green+Blue) = 250+221+241=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF1 is #05220E. Grayscale: #E7E7E7. Windows color (decimal): -336399 or 15851002. OLE color: 15851002.

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

Color convert

RGB 250 221 241 -
CMYK 0 0.12 0.04 0.02
HSL 318.62º 0.74% 0.92% -
HSV(B) 318.62º 0.12% 0.98% -
XYZ 81.16 78.39 94.07 -
YUV 231.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 250 221 241 0 0.12 0.04 0.02 318.62 0.74 0.92
Hex FA DD F1 0 C 4 2 13F 4A 5C
Octal 372 335 361 0 14 4 2 477 112 134
Binary 11111010 11011101 11110001 0 1100 100 10 100111111 1001010 1011100

Color Harmonies of #FADDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDF1

Black with #FADDF1

Text Example


Text Example

White with #FADDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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