#FEB6C5

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

Shades of Light Pink #FEB6C5

Tints of Light Pink #FEB6C5

Color information

#FEB6C5 (or 0xFEB6C5) is unknown color: approx Light Pink. HEX triplet: FE, B6 and C5. RGB value is (254,182,197). Sum of RGB (Red+Green+Blue) = 254+182+197=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C5 is #01493A. Grayscale: #CDCDCD. Windows color (decimal): -84283 or 12957438. OLE color: 12957438.

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

Color convert

RGB254182197-
CMYK00.280.220.00
HSL347.5º97.3%85.49%-
HSV(B)347.5º28.35%99.61%-
XYZ67.6858.5660.56-
YUV205.24123.35162.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=40.13%
G=28.75%
B=31.12%

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
Decimal25418219700.280.220.00347.597.385.49
HexFEB6C501C16015c6155
Octal376266305034260534141125
Binary11111110101101101100010101110010110010101110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6C5; }

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

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

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

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

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

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

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

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