#FEBFE8

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

Shades of Classic Rose #FEBFE8

Tints of Classic Rose #FEBFE8

Color information

#FEBFE8 (or 0xFEBFE8) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E8. RGB value is (254,191,232). Sum of RGB (Red+Green+Blue) = 254+191+232=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFE8 is #014017. Grayscale: #D6D6D6. Windows color (decimal): -81944 or 15253502. OLE color: 15253502.

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

Color convert

RGB254191232-
CMYK00.250.090.00
HSL320.95º96.92%87.25%-
HSV(B)320.95º24.8%99.61%-
XYZ74.0764.1684.82-
YUV214.51137.87156.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 232 (91.02% from 255) = 34.27%
R=37.52%
G=28.21%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123200.250.090.00320.9596.9287.25
HexFEBFE8019901416157
Octal376277350031110501141127
Binary1111111010111111111010000110011001010100000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE8; }

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

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

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

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

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

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

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

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