Html Css Color HEX #FEDDED Pig Pink

📋 copy color: '#FEDDED'

red 254 ◦ green 221 ◦ blue 237

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

Shades of Pig Pink #FEDDED

Tints of Pig Pink #FEDDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.29%

R = 35.67%
G = 31.04%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDDED (or 0xFEDDED) is known color: Pig Pink. HEX triplet: FE, DD and ED. RGB value is (254,221,237). Sum of RGB (Red+Green+Blue) = 254+221+237=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDED is #012212. Grayscale: #E8E8E8. Windows color (decimal): -74259 or 15588862. OLE color: 15588862.

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

Color convert

RGB 254 221 237 -
CMYK 0 0.13 0.07 0.00
HSL 330.91º 0.94% 0.93% -
HSV(B) 330.91º 0.13% 1% -
XYZ 82.02 78.9 91.03 -
YUV 232.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 254 221 237 0 0.13 0.07 0.00 330.91 0.94 0.93
Hex FE DD ED 0 D 7 0 14B 5E 5D
Octal 376 335 355 0 15 7 0 513 136 135
Binary 11111110 11011101 11101101 0 1101 111 0 101001011 1011110 1011101

Color Harmonies of #FEDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDED

Black with #FEDDED

Text Example


Text Example

White with #FEDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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