#FFBFE8

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

Shades of Classic Rose #FFBFE8

Tints of Classic Rose #FFBFE8

Color information

#FFBFE8 (or 0xFFBFE8) is unknown color: approx Classic Rose. HEX triplet: FF, BF and E8. RGB value is (255,191,232). Sum of RGB (Red+Green+Blue) = 255+191+232=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFE8 is #004017. Grayscale: #D6D6D6. Windows color (decimal): -16408 or 15253503. OLE color: 15253503.

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

Color convert

RGB255191232-
CMYK00.250.090
HSL321.56º100%87.45%-
HSV(B)321.56º25.1%100%-
XYZ74.4464.3584.84-
YUV214.81137.7156.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 191 (75% from 255) = 28.17%
BLUE value IS 232 (91.02% from 255) = 34.22%
R=37.61%
G=28.17%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519123200.250.090321.5610087.45
HexFFBFE8019901426457
Octal377277350031110502144127
Binary1111111110111111111010000110011001010100001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFE8; }

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

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

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

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

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

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

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

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