#FEB7C3

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

Shades of Light Pink #FEB7C3

Tints of Light Pink #FEB7C3

Color information

#FEB7C3 (or 0xFEB7C3) is unknown color: approx Light Pink. HEX triplet: FE, B7 and C3. RGB value is (254,183,195). Sum of RGB (Red+Green+Blue) = 254+183+195=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7C3 is #01483C. Grayscale: #CDCDCD. Windows color (decimal): -84029 or 12826622. OLE color: 12826622.

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

Color convert

RGB254183195-
CMYK00.280.230.00
HSL349.86º97.26%85.69%-
HSV(B)349.86º27.95%99.61%-
XYZ67.6658.8859.43-
YUV205.6122.02162.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 195 (76.56% from 255) = 30.85%
R=40.19%
G=28.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418319500.280.230.00349.8697.2685.69
HexFEB7C301C17015e6156
Octal376267303034270536141126
Binary11111110101101111100001101110010111010101111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7C3; }

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

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

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

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

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

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

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

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