#FEB4C1

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

Shades of Light Pink #FEB4C1

Tints of Light Pink #FEB4C1

Color information

#FEB4C1 (or 0xFEB4C1) is unknown color: approx Light Pink. HEX triplet: FE, B4 and C1. RGB value is (254,180,193). Sum of RGB (Red+Green+Blue) = 254+180+193=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4C1 is #014B3E. Grayscale: #CBCBCB. Windows color (decimal): -84799 or 12694782. OLE color: 12694782.

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

Color convert

RGB254180193-
CMYK00.290.240.00
HSL349.46º97.37%85.1%-
HSV(B)349.46º29.13%99.61%-
XYZ66.8257.5658.04-
YUV203.61122.02163.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 180 (70.70% from 255) = 28.71%
BLUE value IS 193 (75.78% from 255) = 30.78%
R=40.51%
G=28.71%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418019300.290.240.00349.4697.3785.1
HexFEB4C101D18015d6155
Octal376264301035300535141125
Binary11111110101101001100000101110111000010101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4C1; }

 p { color: rgb(254,180,193); }

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

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

 a { background-color: rgb(254,180,193); }

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

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

 span { border-color: rgb(254,180,193); }

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