#FEBFEB

Color #FEBFEB Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FEBFEB

Tints of Classic Rose #FEBFEB

Color information

#FEBFEB (or 0xFEBFEB) is unknown color: approx Classic Rose. HEX triplet: FE, BF and EB. RGB value is (254,191,235). Sum of RGB (Red+Green+Blue) = 254+191+235=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEB is #014014. Grayscale: #D6D6D6. Windows color (decimal): -81941 or 15450110. OLE color: 15450110.

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

Color convert

RGB254191235-
CMYK00.250.070.00
HSL318.1º96.92%87.25%-
HSV(B)318.1º24.8%99.61%-
XYZ74.564.3387.09-
YUV214.85139.37155.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 191 (75% from 255) = 28.09%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=37.35%
G=28.09%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123500.250.070.00318.196.9287.25
HexFEBFEB0197013e6157
Octal37627735303170476141127
Binary111111101011111111101011011001111010011111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFEB; }

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

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

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

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

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

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

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

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