Html Css Color HEX #FEDDEA Pig Pink

📋 copy color: '#FEDDEA'

red 254 ◦ green 221 ◦ blue 234

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

Shades of Pig Pink #FEDDEA

Tints of Pig Pink #FEDDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33%

R = 35.83%
G = 31.17%
B = 33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEDDEA (or 0xFEDDEA) is known color: Pig Pink. HEX triplet: FE, DD and EA. RGB value is (254,221,234). Sum of RGB (Red+Green+Blue) = 254+221+234=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEA is #012215. Grayscale: #E8E8E8. Windows color (decimal): -74262 or 15392254. OLE color: 15392254.

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

Color convert

RGB 254 221 234 -
CMYK 0 0.13 0.08 0.00
HSL 336.36º 0.94% 0.93% -
HSV(B) 336.36º 0.13% 1% -
XYZ 81.58 78.72 88.74 -
YUV 232.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 254 221 234 0 0.13 0.08 0.00 336.36 0.94 0.93
Hex FE DD EA 0 D 8 0 150 5E 5D
Octal 376 335 352 0 15 10 0 520 136 135
Binary 11111110 11011101 11101010 0 1101 1000 0 101010000 1011110 1011101

Color Harmonies of #FEDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDEA

Black with #FEDDEA

Text Example


Text Example

White with #FEDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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