Html Css Color HEX #FEDFED Pig Pink

📋 copy color: '#FEDFED'

red 254 ◦ green 223 ◦ blue 237

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

Shades of Pig Pink #FEDFED

Tints of Pig Pink #FEDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.23%

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

R = 35.57%
G = 31.23%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDFED (or 0xFEDFED) is known color: Pig Pink. HEX triplet: FE, DF and ED. RGB value is (254,223,237). Sum of RGB (Red+Green+Blue) = 254+223+237=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFED is #012012. Grayscale: #E9E9E9. Windows color (decimal): -73747 or 15589374. OLE color: 15589374.

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

Color convert

RGB 254 223 237 -
CMYK 0 0.12 0.07 0.00
HSL 332.9º 0.94% 0.94% -
HSV(B) 332.9º 0.12% 1% -
XYZ 82.55 79.96 91.2 -
YUV 233.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 254 223 237 0 0.12 0.07 0.00 332.9 0.94 0.94
Hex FE DF ED 0 C 7 0 14D 5E 5E
Octal 376 337 355 0 14 7 0 515 136 136
Binary 11111110 11011111 11101101 0 1100 111 0 101001101 1011110 1011110

Color Harmonies of #FEDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFED

Black with #FEDFED

Text Example


Text Example

White with #FEDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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