#FEBFE7

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

Shades of Classic Rose #FEBFE7

Tints of Classic Rose #FEBFE7

Color information

#FEBFE7 (or 0xFEBFE7) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E7. RGB value is (254,191,231). Sum of RGB (Red+Green+Blue) = 254+191+231=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFE7 is #014018. Grayscale: #D6D6D6. Windows color (decimal): -81945 or 15187966. OLE color: 15187966.

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

Color convert

RGB254191231-
CMYK00.250.090.00
HSL321.9º96.92%87.25%-
HSV(B)321.9º24.8%99.61%-
XYZ73.9364.184.08-
YUV214.4137.37156.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 191 (75% from 255) = 28.25%
BLUE value IS 231 (90.62% from 255) = 34.17%
R=37.57%
G=28.25%
B=34.17%

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
Decimal25419123100.250.090.00321.996.9287.25
HexFEBFE7019901426157
Octal376277347031110502141127
Binary1111111010111111111001110110011001010100001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE7; }

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

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

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

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

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

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

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

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