#FEBFE0

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

Shades of Classic Rose #FEBFE0

Tints of Classic Rose #FEBFE0

Color information

#FEBFE0 (or 0xFEBFE0) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E0. RGB value is (254,191,224). Sum of RGB (Red+Green+Blue) = 254+191+224=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE0 is #01401F. Grayscale: #D5D5D5. Windows color (decimal): -81952 or 14729214. OLE color: 14729214.

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

Color convert

RGB254191224-
CMYK00.250.120.00
HSL328.57º96.92%87.25%-
HSV(B)328.57º24.8%99.61%-
XYZ72.9663.7178.97-
YUV213.6133.87156.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=37.97%
G=28.55%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419122400.250.120.00328.5796.9287.25
HexFEBFE0019C01496157
Octal376277340031140511141127
Binary1111111010111111111000000110011100010100100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE0; }

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

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

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

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

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

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

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

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