#F5BFDC

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

Shades of Classic Rose #F5BFDC

Tints of Classic Rose #F5BFDC

Color information

#F5BFDC (or 0xF5BFDC) is unknown color: approx Classic Rose. HEX triplet: F5, BF and DC. RGB value is (245,191,220). Sum of RGB (Red+Green+Blue) = 245+191+220=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFDC is #0A4023. Grayscale: #D2D2D2. Windows color (decimal): -671780 or 14467061. OLE color: 14467061.

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

Color convert

RGB245191220-
CMYK00.220.100.04
HSL327.78º72.97%85.49%-
HSV(B)327.78º22.04%96.08%-
XYZ69.2161.8476-
YUV210.45133.39152.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.35%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=37.35%
G=29.12%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519122000.220.100.04327.7872.9785.49
HexF5BFDC016A41484955
Octal365277334026124510111125
Binary111101011011111111011100010110101010010100100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BFDC; }

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

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

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

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

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

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

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

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