Html Css Color HEX #FEDDF0 Pig Pink

📋 copy color: '#FEDDF0'

red 254 ◦ green 221 ◦ blue 240

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

Shades of Pig Pink #FEDDF0

Tints of Pig Pink #FEDDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.57%

R = 35.52%
G = 30.91%
B = 33.57%

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

#FEDDF0 (or 0xFEDDF0) is known color: Pig Pink. HEX triplet: FE, DD and F0. RGB value is (254,221,240). Sum of RGB (Red+Green+Blue) = 254+221+240=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF0 is #01220F. Grayscale: #E8E8E8. Windows color (decimal): -74256 or 15785470. OLE color: 15785470.

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

Color convert

RGB 254 221 240 -
CMYK 0 0.13 0.06 0.00
HSL 325.45º 0.94% 0.93% -
HSV(B) 325.45º 0.13% 1% -
XYZ 82.46 79.08 93.36 -
YUV 233.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 254 221 240 0 0.13 0.06 0.00 325.45 0.94 0.93
Hex FE DD F0 0 D 6 0 145 5E 5D
Octal 376 335 360 0 15 6 0 505 136 135
Binary 11111110 11011101 11110000 0 1101 110 0 101000101 1011110 1011101

Color Harmonies of #FEDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDF0

Black with #FEDDF0

Text Example


Text Example

White with #FEDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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