#FEBEE2

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

Shades of Classic Rose #FEBEE2

Tints of Classic Rose #FEBEE2

Color information

#FEBEE2 (or 0xFEBEE2) is unknown color: approx Classic Rose. HEX triplet: FE, BE and E2. RGB value is (254,190,226). Sum of RGB (Red+Green+Blue) = 254+190+226=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEE2 is #01411D. Grayscale: #D5D5D5. Windows color (decimal): -82206 or 14860030. OLE color: 14860030.

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

Color convert

RGB254190226-
CMYK00.250.110.00
HSL326.25º96.97%87.06%-
HSV(B)326.25º25.2%99.61%-
XYZ73.0163.3980.34-
YUV213.24135.2157.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 190 (74.61% from 255) = 28.36%
BLUE value IS 226 (88.67% from 255) = 33.73%
R=37.91%
G=28.36%
B=33.73%

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
Decimal25419022600.250.110.00326.2596.9787.06
HexFEBEE2019B01466157
Octal376276342031130506141127
Binary1111111010111110111000100110011011010100011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEE2; }

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

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

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

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

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

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

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

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