Html Css Color HEX #FEDDEF Pig Pink

📋 copy color: '#FEDDEF'

red 254 ◦ green 221 ◦ blue 239

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

Shades of Pig Pink #FEDDEF

Tints of Pig Pink #FEDDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.47%

R = 35.57%
G = 30.95%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEDDEF (or 0xFEDDEF) is known color: Pig Pink. HEX triplet: FE, DD and EF. RGB value is (254,221,239). Sum of RGB (Red+Green+Blue) = 254+221+239=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEF is #012210. Grayscale: #E8E8E8. Windows color (decimal): -74257 or 15719934. OLE color: 15719934.

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

Color convert

RGB 254 221 239 -
CMYK 0 0.13 0.06 0.00
HSL 327.27º 0.94% 0.93% -
HSV(B) 327.27º 0.13% 1% -
XYZ 82.31 79.02 92.57 -
YUV 232.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 254 221 239 0 0.13 0.06 0.00 327.27 0.94 0.93
Hex FE DD EF 0 D 6 0 147 5E 5D
Octal 376 335 357 0 15 6 0 507 136 135
Binary 11111110 11011101 11101111 0 1101 110 0 101000111 1011110 1011101

Color Harmonies of #FEDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDEF

Black with #FEDDEF

Text Example


Text Example

White with #FEDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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