Html Css Color HEX #FEDDEE Pig Pink

📋 copy color: '#FEDDEE'

red 254 ◦ green 221 ◦ blue 238

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

Shades of Pig Pink #FEDDEE

Tints of Pig Pink #FEDDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.38%

R = 35.62%
G = 31%
B = 33.38%

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

#FEDDEE (or 0xFEDDEE) is known color: Pig Pink. HEX triplet: FE, DD and EE. RGB value is (254,221,238). Sum of RGB (Red+Green+Blue) = 254+221+238=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEE is #012211. Grayscale: #E8E8E8. Windows color (decimal): -74258 or 15654398. OLE color: 15654398.

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

Color convert

RGB 254 221 238 -
CMYK 0 0.13 0.06 0.00
HSL 329.09º 0.94% 0.93% -
HSV(B) 329.09º 0.13% 1% -
XYZ 82.16 78.96 91.8 -
YUV 232.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 254 221 238 0 0.13 0.06 0.00 329.09 0.94 0.93
Hex FE DD EE 0 D 6 0 149 5E 5D
Octal 376 335 356 0 15 6 0 511 136 135
Binary 11111110 11011101 11101110 0 1101 110 0 101001001 1011110 1011101

Color Harmonies of #FEDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDEE

Black with #FEDDEE

Text Example


Text Example

White with #FEDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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