#FFBFEB

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

Shades of Classic Rose #FFBFEB

Tints of Classic Rose #FFBFEB

Color information

#FFBFEB (or 0xFFBFEB) is unknown color: approx Classic Rose. HEX triplet: FF, BF and EB. RGB value is (255,191,235). Sum of RGB (Red+Green+Blue) = 255+191+235=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEB is #004014. Grayscale: #D7D7D7. Windows color (decimal): -16405 or 15450111. OLE color: 15450111.

HSL color Cylindrical-coordinate representation of color #FFBFEB: hue angle of 318.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFEB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255191235-
CMYK00.250.080
HSL318.75º100%87.45%-
HSV(B)318.75º25.1%100%-
XYZ74.8764.5287.1-
YUV215.15139.2156.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=37.44%
G=28.05%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519123500.250.080318.7510087.45
HexFFBFEB0198013f6457
Octal377277353031100477144127
Binary1111111110111111111010110110011000010011111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFEB; }

 p { color: rgb(255,191,235); }

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

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

 a { background-color: rgb(255,191,235); }

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

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

 span { border-color: rgb(255,191,235); }

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