#FEB2C4

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

Shades of Light Pink #FEB2C4

Tints of Light Pink #FEB2C4

Color information

#FEB2C4 (or 0xFEB2C4) is unknown color: approx Light Pink. HEX triplet: FE, B2 and C4. RGB value is (254,178,196). Sum of RGB (Red+Green+Blue) = 254+178+196=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C4 is #014D3B. Grayscale: #CACACA. Windows color (decimal): -85308 or 12890878. OLE color: 12890878.

HSL color Cylindrical-coordinate representation of color #FEB2C4: hue angle of 345.79º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2C4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254178196-
CMYK00.300.230.00
HSL345.79º97.44%84.71%-
HSV(B)345.79º29.92%99.61%-
XYZ66.7656.959.69-
YUV202.78124.18164.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=40.45%
G=28.34%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417819600.300.230.00345.7997.4484.71
HexFEB2C401E17015a6155
Octal376262304036270532141125
Binary11111110101100101100010001111010111010101101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2C4; }

 p { color: rgb(254,178,196); }

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

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

 a { background-color: rgb(254,178,196); }

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

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

 span { border-color: rgb(254,178,196); }

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