#FEBFE4

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

Shades of Classic Rose #FEBFE4

Tints of Classic Rose #FEBFE4

Color information

#FEBFE4 (or 0xFEBFE4) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E4. RGB value is (254,191,228). Sum of RGB (Red+Green+Blue) = 254+191+228=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE4 is #01401B. Grayscale: #D5D5D5. Windows color (decimal): -81948 or 14991358. OLE color: 14991358.

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

Color convert

RGB254191228-
CMYK00.250.100.00
HSL324.76º96.92%87.25%-
HSV(B)324.76º24.8%99.61%-
XYZ73.5163.9381.86-
YUV214.05135.87156.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 191 (75% from 255) = 28.38%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=37.74%
G=28.38%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419122800.250.100.00324.7696.9287.25
HexFEBFE4019A01456157
Octal376277344031120505141127
Binary1111111010111111111001000110011010010100010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE4; }

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

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

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

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

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

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

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

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