#FEBFEC

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

Shades of Classic Rose #FEBFEC

Tints of Classic Rose #FEBFEC

Color information

#FEBFEC (or 0xFEBFEC) is unknown color: approx Classic Rose. HEX triplet: FE, BF and EC. RGB value is (254,191,236). Sum of RGB (Red+Green+Blue) = 254+191+236=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFEC is #014013. Grayscale: #D6D6D6. Windows color (decimal): -81940 or 15515646. OLE color: 15515646.

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

Color convert

RGB254191236-
CMYK00.250.070.00
HSL317.14º96.92%87.25%-
HSV(B)317.14º24.8%99.61%-
XYZ74.6464.3987.85-
YUV214.97139.87155.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=37.30%
G=28.05%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419123600.250.070.00317.1496.9287.25
HexFEBFEC0197013d6157
Octal37627735403170475141127
Binary111111101011111111101100011001111010011110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFEC; }

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

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

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

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

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

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

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

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