#F5BBE2

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

Shades of Classic Rose #F5BBE2

Tints of Classic Rose #F5BBE2

Color information

#F5BBE2 (or 0xF5BBE2) is unknown color: approx Classic Rose. HEX triplet: F5, BB and E2. RGB value is (245,187,226). Sum of RGB (Red+Green+Blue) = 245+187+226=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBE2 is #0A441D. Grayscale: #D0D0D0. Windows color (decimal): -672798 or 14859253. OLE color: 14859253.

HSL color Cylindrical-coordinate representation of color #F5BBE2: hue angle of 319.66º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBE2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB245187226-
CMYK00.240.080.04
HSL319.66º74.36%84.71%-
HSV(B)319.66º23.67%96.08%-
XYZ69.1560.4479.97-
YUV208.79137.72153.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 226 (88.67% from 255) = 34.35%
R=37.23%
G=28.42%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518722600.240.080.04319.6674.3684.71
HexF5BBE2018841404a55
Octal365273342030104500112125
Binary111101011011101111100010011000100010010100000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBE2; }

 p { color: rgb(245,187,226); }

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

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

 a { background-color: rgb(245,187,226); }

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

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

 span { border-color: rgb(245,187,226); }

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