#F5BFE2

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

Shades of Classic Rose #F5BFE2

Tints of Classic Rose #F5BFE2

Color information

#F5BFE2 (or 0xF5BFE2) is unknown color: approx Classic Rose. HEX triplet: F5, BF and E2. RGB value is (245,191,226). Sum of RGB (Red+Green+Blue) = 245+191+226=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFE2 is #0A401D. Grayscale: #D3D3D3. Windows color (decimal): -671774 or 14860277. OLE color: 14860277.

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

Color convert

RGB245191226-
CMYK00.220.080.04
HSL321.11º72.97%85.49%-
HSV(B)321.11º22.04%96.08%-
XYZ70.0162.1780.26-
YUV211.14136.39152.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=37.01%
G=28.85%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519122600.220.080.04321.1172.9785.49
HexF5BFE2016841414955
Octal365277342026104501111125
Binary111101011011111111100010010110100010010100000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFE2; }

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

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

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

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

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

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

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

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