#FFBFE9

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

Shades of Classic Rose #FFBFE9

Tints of Classic Rose #FFBFE9

Color information

#FFBFE9 (or 0xFFBFE9) is unknown color: approx Classic Rose. HEX triplet: FF, BF and E9. RGB value is (255,191,233). Sum of RGB (Red+Green+Blue) = 255+191+233=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 191 (75% from 255 or 28.13% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFE9 is #004016. Grayscale: #D6D6D6. Windows color (decimal): -16407 or 15319039. OLE color: 15319039.

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

Color convert

RGB255191233-
CMYK00.250.090
HSL320.62º100%87.45%-
HSV(B)320.62º25.1%100%-
XYZ74.5864.485.59-
YUV214.92138.2156.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 191 (75% from 255) = 28.13%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=37.56%
G=28.13%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519123300.250.090320.6210087.45
HexFFBFE9019901416457
Octal377277351031110501144127
Binary1111111110111111111010010110011001010100000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFE9; }

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

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

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

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

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

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

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

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