#F5BDDF

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

Shades of Classic Rose #F5BDDF

Tints of Classic Rose #F5BDDF

Color information

#F5BDDF (or 0xF5BDDF) is unknown color: approx Classic Rose. HEX triplet: F5, BD and DF. RGB value is (245,189,223). Sum of RGB (Red+Green+Blue) = 245+189+223=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDDF is #0A4220. Grayscale: #D1D1D1. Windows color (decimal): -672289 or 14663157. OLE color: 14663157.

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

Color convert

RGB245189223-
CMYK00.230.090.04
HSL323.57º73.68%85.1%-
HSV(B)323.57º22.86%96.08%-
XYZ69.1761.1477.97-
YUV209.62135.55153.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=37.29%
G=28.77%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518922300.230.090.04323.5773.6885.1
HexF5BDDF017941444a55
Octal365275337027114504112125
Binary111101011011110111011111010111100110010100010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDDF; }

 p { color: rgb(245,189,223); }

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

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

 a { background-color: rgb(245,189,223); }

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

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

 span { border-color: rgb(245,189,223); }

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