Html Css Color HEX #FEDDE6 Pig Pink

📋 copy color: '#FEDDE6'

red 254 ◦ green 221 ◦ blue 230

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

Shades of Pig Pink #FEDDE6

Tints of Pig Pink #FEDDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.62%

R = 36.03%
G = 31.35%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEDDE6 (or 0xFEDDE6) is known color: Pig Pink. HEX triplet: FE, DD and E6. RGB value is (254,221,230). Sum of RGB (Red+Green+Blue) = 254+221+230=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDE6 is #012219. Grayscale: #E7E7E7. Windows color (decimal): -74266 or 15130110. OLE color: 15130110.

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

Color convert

RGB 254 221 230 -
CMYK 0 0.13 0.09 0.00
HSL 343.64º 0.94% 0.93% -
HSV(B) 343.64º 0.13% 1% -
XYZ 81.01 78.5 85.74 -
YUV 231.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 254 221 230 0 0.13 0.09 0.00 343.64 0.94 0.93
Hex FE DD E6 0 D 9 0 158 5E 5D
Octal 376 335 346 0 15 11 0 530 136 135
Binary 11111110 11011101 11100110 0 1101 1001 0 101011000 1011110 1011101

Color Harmonies of #FEDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDE6

Black with #FEDDE6

Text Example


Text Example

White with #FEDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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