Html Css Color HEX #FEDDF6 Pig Pink

📋 copy color: '#FEDDF6'

red 254 ◦ green 221 ◦ blue 246

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

Shades of Pig Pink #FEDDF6

Tints of Pig Pink #FEDDF6

RGB

 RED value IS 254 (99.61% from 255) = 35.23%

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

 BLUE value IS 246 (96.48% from 255) = 34.12%

R = 35.23%
G = 30.65%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEDDF6 (or 0xFEDDF6) is known color: Pig Pink. HEX triplet: FE, DD and F6. RGB value is (254,221,246). Sum of RGB (Red+Green+Blue) = 254+221+246=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF6 is #012209. Grayscale: #E9E9E9. Windows color (decimal): -74250 or 16178686. OLE color: 16178686.

HSL color Cylindrical-coordinate representation of color #FEDDF6: hue angle of 314.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDF6 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 246 -
CMYK 0 0.13 0.03 0.00
HSL 314.55º 0.94% 0.93% -
HSV(B) 314.55º 0.13% 1% -
XYZ 83.36 79.44 98.13 -
YUV 233.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 254 221 246 0 0.13 0.03 0.00 314.55 0.94 0.93
Hex FE DD F6 0 D 3 0 13B 5E 5D
Octal 376 335 366 0 15 3 0 473 136 135
Binary 11111110 11011101 11110110 0 1101 11 0 100111011 1011110 1011101

Color Harmonies of #FEDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF6

Black with #FEDDF6

Text Example


Text Example

White with #FEDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF6; }

 p { color: rgb(254,221,246); }

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

background-color css

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

 a { background-color: rgb(254,221,246); }

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

border-color css

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

 span { border-color: rgb(254,221,246); }

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