#FEBFE6

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

Shades of Classic Rose #FEBFE6

Tints of Classic Rose #FEBFE6

Color information

#FEBFE6 (or 0xFEBFE6) is unknown color: approx Classic Rose. HEX triplet: FE, BF and E6. RGB value is (254,191,230). Sum of RGB (Red+Green+Blue) = 254+191+230=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFE6 is #014019. Grayscale: #D6D6D6. Windows color (decimal): -81946 or 15122430. OLE color: 15122430.

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

Color convert

RGB254191230-
CMYK00.250.090.00
HSL322.86º96.92%87.25%-
HSV(B)322.86º24.8%99.61%-
XYZ73.7964.0583.34-
YUV214.28136.87156.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 230 (90.23% from 255) = 34.07%
R=37.63%
G=28.30%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123000.250.090.00322.8696.9287.25
HexFEBFE6019901436157
Octal376277346031110503141127
Binary1111111010111111111001100110011001010100001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFE6; }

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

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

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

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

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

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

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

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