Html Css Color HEX #FEDDF5 Pig Pink

📋 copy color: '#FEDDF5'

red 254 ◦ green 221 ◦ blue 245

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

Shades of Pig Pink #FEDDF5

Tints of Pig Pink #FEDDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.03%

R = 35.28%
G = 30.69%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEDDF5 (or 0xFEDDF5) is known color: Pig Pink. HEX triplet: FE, DD and F5. RGB value is (254,221,245). Sum of RGB (Red+Green+Blue) = 254+221+245=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF5 is #01220A. Grayscale: #E9E9E9. Windows color (decimal): -74251 or 16113150. OLE color: 16113150.

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

Color convert

RGB 254 221 245 -
CMYK 0 0.13 0.04 0.00
HSL 316.36º 0.94% 0.93% -
HSV(B) 316.36º 0.13% 1% -
XYZ 83.21 79.38 97.32 -
YUV 233.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 254 221 245 0 0.13 0.04 0.00 316.36 0.94 0.93
Hex FE DD F5 0 D 4 0 13C 5E 5D
Octal 376 335 365 0 15 4 0 474 136 135
Binary 11111110 11011101 11110101 0 1101 100 0 100111100 1011110 1011101

Color Harmonies of #FEDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF5

Black with #FEDDF5

Text Example


Text Example

White with #FEDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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