#FEBFE1

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

Shades of Classic Rose #FEBFE1

Tints of Classic Rose #FEBFE1

Color information

#FEBFE1 (or 0xFEBFE1) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E1. RGB value is (254,191,225). Sum of RGB (Red+Green+Blue) = 254+191+225=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE1 is #01401E. Grayscale: #D5D5D5. Windows color (decimal): -81951 or 14794750. OLE color: 14794750.

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

Color convert

RGB254191225-
CMYK00.250.110.00
HSL327.62º96.92%87.25%-
HSV(B)327.62º24.8%99.61%-
XYZ73.0963.7779.69-
YUV213.71134.37156.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=37.91%
G=28.51%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419122500.250.110.00327.6296.9287.25
HexFEBFE1019B01486157
Octal376277341031130510141127
Binary1111111010111111111000010110011011010100100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE1; }

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

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

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

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

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

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

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

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