#FEB7C5

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

Shades of Light Pink #FEB7C5

Tints of Light Pink #FEB7C5

Color information

#FEB7C5 (or 0xFEB7C5) is unknown color: approx Light Pink. HEX triplet: FE, B7 and C5. RGB value is (254,183,197). Sum of RGB (Red+Green+Blue) = 254+183+197=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C5 is #01483A. Grayscale: #CDCDCD. Windows color (decimal): -84027 or 12957694. OLE color: 12957694.

HSL color Cylindrical-coordinate representation of color #FEB7C5: hue angle of 348.17º 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 #FEB7C5 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254183197-
CMYK00.280.220.00
HSL348.17º97.26%85.69%-
HSV(B)348.17º27.95%99.61%-
XYZ67.8858.9760.63-
YUV205.82123.02162.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 183 (71.88% from 255) = 28.86%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=40.06%
G=28.86%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319700.280.220.00348.1797.2685.69
HexFEB7C501C16015c6156
Octal376267305034260534141126
Binary11111110101101111100010101110010110010101110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7C5; }

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

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

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

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

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

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

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

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