Html Css Color HEX #FEDDF2 Pig Pink

📋 copy color: '#FEDDF2'

red 254 ◦ green 221 ◦ blue 242

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

Shades of Pig Pink #FEDDF2

Tints of Pig Pink #FEDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.75%

R = 35.43%
G = 30.82%
B = 33.75%

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

#FEDDF2 (or 0xFEDDF2) is known color: Pig Pink. HEX triplet: FE, DD and F2. RGB value is (254,221,242). Sum of RGB (Red+Green+Blue) = 254+221+242=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF2 is #01220D. Grayscale: #E9E9E9. Windows color (decimal): -74254 or 15916542. OLE color: 15916542.

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

Color convert

RGB 254 221 242 -
CMYK 0 0.13 0.05 0.00
HSL 321.82º 0.94% 0.93% -
HSV(B) 321.82º 0.13% 1% -
XYZ 82.76 79.19 94.93 -
YUV 233.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 254 221 242 0 0.13 0.05 0.00 321.82 0.94 0.93
Hex FE DD F2 0 D 5 0 142 5E 5D
Octal 376 335 362 0 15 5 0 502 136 135
Binary 11111110 11011101 11110010 0 1101 101 0 101000010 1011110 1011101

Color Harmonies of #FEDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF2

Black with #FEDDF2

Text Example


Text Example

White with #FEDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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