#FEBFBE

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

Shades of Your Pink #FEBFBE

Tints of Your Pink #FEBFBE

Color information

#FEBFBE (or 0xFEBFBE) is unknown color: approx Your Pink. HEX triplet: FE, BF and BE. RGB value is (254,191,190). Sum of RGB (Red+Green+Blue) = 254+191+190=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFBE is #014041. Grayscale: #D1D1D1. Windows color (decimal): -81986 or 12500990. OLE color: 12500990.

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

Color convert

RGB254191190-
CMYK00.250.250.00
HSL0.94º96.97%87.06%-
HSV(B)0.94º25.2%99.61%-
XYZ68.862.0557.07-
YUV209.72116.87159.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=40%
G=30.08%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419119000.250.250.000.9496.9787.06
HexFEBFBE01919016157
Octal3762772760313101141127
Binary111111101011111110111110011001110010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFBE; }

 p { color: rgb(254,191,190); }

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

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

 a { background-color: rgb(254,191,190); }

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

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

 span { border-color: rgb(254,191,190); }

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