#FEB7C1

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

Shades of Light Pink #FEB7C1

Tints of Light Pink #FEB7C1

Color information

#FEB7C1 (or 0xFEB7C1) is unknown color: approx Light Pink. HEX triplet: FE, B7 and C1. RGB value is (254,183,193). Sum of RGB (Red+Green+Blue) = 254+183+193=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C1 is #01483E. Grayscale: #CDCDCD. Windows color (decimal): -84031 or 12695550. OLE color: 12695550.

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

Color convert

RGB254183193-
CMYK00.280.240.00
HSL351.55º97.26%85.69%-
HSV(B)351.55º27.95%99.61%-
XYZ67.4358.7958.25-
YUV205.37121.02162.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 193 (75.78% from 255) = 30.63%
R=40.32%
G=29.05%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319300.280.240.00351.5597.2685.69
HexFEB7C101C1801606156
Octal376267301034300540141126
Binary11111110101101111100000101110011000010110000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7C1; }

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

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

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

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

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

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

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

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