Html Css Color HEX #FEDBED Pig Pink

📋 copy color: '#FEDBED'

red 254 ◦ green 219 ◦ blue 237

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

Shades of Pig Pink #FEDBED

Tints of Pig Pink #FEDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.85%

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

R = 35.77%
G = 30.85%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDBED (or 0xFEDBED) is known color: Pig Pink. HEX triplet: FE, DB and ED. RGB value is (254,219,237). Sum of RGB (Red+Green+Blue) = 254+219+237=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBED is #012412. Grayscale: #E7E7E7. Windows color (decimal): -74771 or 15588350. OLE color: 15588350.

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

Color convert

RGB 254 219 237 -
CMYK 0 0.14 0.07 0.00
HSL 329.14º 0.95% 0.93% -
HSV(B) 329.14º 0.14% 1% -
XYZ 81.49 77.85 90.85 -
YUV 231.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 254 219 237 0 0.14 0.07 0.00 329.14 0.95 0.93
Hex FE DB ED 0 E 7 0 149 5F 5D
Octal 376 333 355 0 16 7 0 511 137 135
Binary 11111110 11011011 11101101 0 1110 111 0 101001001 1011111 1011101

Color Harmonies of #FEDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBED

Black with #FEDBED

Text Example


Text Example

White with #FEDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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