#FFBFE4

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

Shades of Classic Rose #FFBFE4

Tints of Classic Rose #FFBFE4

Color information

#FFBFE4 (or 0xFFBFE4) is unknown color: approx Classic Rose. HEX triplet: FF, BF and E4. RGB value is (255,191,228). Sum of RGB (Red+Green+Blue) = 255+191+228=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE4 is #00401B. Grayscale: #D6D6D6. Windows color (decimal): -16412 or 14991359. OLE color: 14991359.

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

Color convert

RGB255191228-
CMYK00.250.110
HSL325.31º100%87.45%-
HSV(B)325.31º25.1%100%-
XYZ73.8764.1281.88-
YUV214.35135.7156.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 191 (75% from 255) = 28.34%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=37.83%
G=28.34%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519122800.250.110325.3110087.45
HexFFBFE4019B01456457
Octal377277344031130505144127
Binary1111111110111111111001000110011011010100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFE4; }

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

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

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

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

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

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

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

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