Html Css Color HEX #FEDDF1 Pig Pink

📋 copy color: '#FEDDF1'

red 254 ◦ green 221 ◦ blue 241

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

Shades of Pig Pink #FEDDF1

Tints of Pig Pink #FEDDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.66%

R = 35.47%
G = 30.87%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEDDF1 (or 0xFEDDF1) is known color: Pig Pink. HEX triplet: FE, DD and F1. RGB value is (254,221,241). Sum of RGB (Red+Green+Blue) = 254+221+241=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF1 is #01220E. Grayscale: #E9E9E9. Windows color (decimal): -74255 or 15851006. OLE color: 15851006.

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

Color convert

RGB 254 221 241 -
CMYK 0 0.13 0.05 0.00
HSL 323.64º 0.94% 0.93% -
HSV(B) 323.64º 0.13% 1% -
XYZ 82.61 79.13 94.14 -
YUV 233.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 254 221 241 0 0.13 0.05 0.00 323.64 0.94 0.93
Hex FE DD F1 0 D 5 0 144 5E 5D
Octal 376 335 361 0 15 5 0 504 136 135
Binary 11111110 11011101 11110001 0 1101 101 0 101000100 1011110 1011101

Color Harmonies of #FEDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF1

Black with #FEDDF1

Text Example


Text Example

White with #FEDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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