Html Css Color HEX #FED6ED Pig Pink

📋 copy color: '#FED6ED'

red 254 ◦ green 214 ◦ blue 237

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

Shades of Pig Pink #FED6ED

Tints of Pig Pink #FED6ED

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.35%

 BLUE value IS 237 (92.97% from 255) = 33.62%

R = 36.03%
G = 30.35%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED6ED (or 0xFED6ED) is known color: Pig Pink. HEX triplet: FE, D6 and ED. RGB value is (254,214,237). Sum of RGB (Red+Green+Blue) = 254+214+237=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6ED is #012912. Grayscale: #E4E4E4. Windows color (decimal): -76051 or 15587070. OLE color: 15587070.

HSL color Cylindrical-coordinate representation of color #FED6ED: hue angle of 325.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6ED is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 237 -
CMYK 0 0.16 0.07 0.00
HSL 325.5º 0.95% 0.92% -
HSV(B) 325.5º 0.16% 1% -
XYZ 80.21 75.28 90.42 -
YUV 228.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 254 214 237 0 0.16 0.07 0.00 325.5 0.95 0.92
Hex FE D6 ED 0 10 7 0 146 5F 5C
Octal 376 326 355 0 20 7 0 506 137 134
Binary 11111110 11010110 11101101 0 10000 111 0 101000110 1011111 1011100

Color Harmonies of #FED6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6ED

Black with #FED6ED

Text Example


Text Example

White with #FED6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6ED; }

 p { color: rgb(254,214,237); }

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

background-color css

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

 a { background-color: rgb(254,214,237); }

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

border-color css

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

 span { border-color: rgb(254,214,237); }

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