#FEBFE2

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

Shades of Classic Rose #FEBFE2

Tints of Classic Rose #FEBFE2

Color information

#FEBFE2 (or 0xFEBFE2) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E2. RGB value is (254,191,226). Sum of RGB (Red+Green+Blue) = 254+191+226=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE2 is #01401D. Grayscale: #D5D5D5. Windows color (decimal): -81950 or 14860286. OLE color: 14860286.

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

Color convert

RGB254191226-
CMYK00.250.110.00
HSL326.67º96.92%87.25%-
HSV(B)326.67º24.8%99.61%-
XYZ73.2363.8280.41-
YUV213.83134.87156.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 191 (75% from 255) = 28.46%
BLUE value IS 226 (88.67% from 255) = 33.68%
R=37.85%
G=28.46%
B=33.68%

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
Decimal25419122600.250.110.00326.6796.9287.25
HexFEBFE2019B01476157
Octal376277342031130507141127
Binary1111111010111111111000100110011011010100011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE2; }

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

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

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

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

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

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

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

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