#FEBED1

Color #FEBED1 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEBED1

Tints of Pink #FEBED1

Color information

#FEBED1 (or 0xFEBED1) is unknown color: approx Pink. HEX triplet: FE, BE and D1. RGB value is (254,190,209). Sum of RGB (Red+Green+Blue) = 254+190+209=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED1 is #01412E. Grayscale: #D3D3D3. Windows color (decimal): -82223 or 13745918. OLE color: 13745918.

HSL color Cylindrical-coordinate representation of color #FEBED1: hue angle of 342.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBED1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB254190209-
CMYK00.250.180.00
HSL342.19º96.97%87.06%-
HSV(B)342.19º25.2%99.61%-
XYZ70.862.568.65-
YUV211.3126.7158.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 190 (74.61% from 255) = 29.10%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=38.90%
G=29.10%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419020900.250.180.00342.1996.9787.06
HexFEBED10191201566157
Octal376276321031220526141127
Binary11111110101111101101000101100110010010101011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBED1; }

 p { color: rgb(254,190,209); }

 H1.HeaderClassName
 {
   color: #FEBED1;
 }
 .AnyTagClassName
 {
   color: #FEBED1;
 }
</style>
background-color css

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

 a { background-color: rgb(254,190,209); }

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

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

 span { border-color: rgb(254,190,209); }

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