#F5BFE3

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

Shades of Classic Rose #F5BFE3

Tints of Classic Rose #F5BFE3

Color information

#F5BFE3 (or 0xF5BFE3) is unknown color: approx Classic Rose. HEX triplet: F5, BF and E3. RGB value is (245,191,227). Sum of RGB (Red+Green+Blue) = 245+191+227=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFE3 is #0A401C. Grayscale: #D3D3D3. Windows color (decimal): -671773 or 14925813. OLE color: 14925813.

HSL color Cylindrical-coordinate representation of color #F5BFE3: hue angle of 320º 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 #F5BFE3 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB245191227-
CMYK00.220.070.04
HSL320º72.97%85.49%-
HSV(B)320º22.04%96.08%-
XYZ70.1562.2280.99-
YUV211.25136.89152.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 227 (89.06% from 255) = 34.24%
R=36.95%
G=28.81%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519122700.220.070.0432072.9785.49
HexF5BFE3016741404955
Octal36527734302674500111125
Binary11110101101111111110001101011011110010100000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFE3; }

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

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

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

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

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

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

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

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