#FFBFE2

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

Shades of Classic Rose #FFBFE2

Tints of Classic Rose #FFBFE2

Color information

#FFBFE2 (or 0xFFBFE2) is unknown color: approx Classic Rose. HEX triplet: FF, BF and E2. RGB value is (255,191,226). Sum of RGB (Red+Green+Blue) = 255+191+226=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE2 is #00401D. Grayscale: #D6D6D6. Windows color (decimal): -16414 or 14860287. OLE color: 14860287.

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

Color convert

RGB255191226-
CMYK00.250.110
HSL327.19º100%87.45%-
HSV(B)327.19º25.1%100%-
XYZ73.664.0180.43-
YUV214.13134.7157.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 226 (88.67% from 255) = 33.63%
R=37.95%
G=28.42%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519122600.250.110327.1910087.45
HexFFBFE2019B01476457
Octal377277342031130507144127
Binary1111111110111111111000100110011011010100011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFE2; }

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

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

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

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

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

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

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

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