#FEB3C3

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

Shades of Light Pink #FEB3C3

Tints of Light Pink #FEB3C3

Color information

#FEB3C3 (or 0xFEB3C3) is unknown color: approx Light Pink. HEX triplet: FE, B3 and C3. RGB value is (254,179,195). Sum of RGB (Red+Green+Blue) = 254+179+195=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C3 is #014C3C. Grayscale: #CBCBCB. Windows color (decimal): -85053 or 12825598. OLE color: 12825598.

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

Color convert

RGB254179195-
CMYK00.300.230.00
HSL347.2º97.4%84.9%-
HSV(B)347.2º29.53%99.61%-
XYZ66.8457.2559.16-
YUV203.25123.35164.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 179 (70.31% from 255) = 28.50%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=40.45%
G=28.50%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417919500.300.230.00347.297.484.9
HexFEB3C301E17015b6155
Octal376263303036270533141125
Binary11111110101100111100001101111010111010101101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3C3; }

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

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

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

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

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

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

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

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