#F9BCE1

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

Shades of Classic Rose #F9BCE1

Tints of Classic Rose #F9BCE1

Color information

#F9BCE1 (or 0xF9BCE1) is unknown color: approx Classic Rose. HEX triplet: F9, BC and E1. RGB value is (249,188,225). Sum of RGB (Red+Green+Blue) = 249+188+225=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCE1 is #06431E. Grayscale: #D2D2D2. Windows color (decimal): -410399 or 14793977. OLE color: 14793977.

HSL color Cylindrical-coordinate representation of color #F9BCE1: hue angle of 323.61º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCE1 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249188225-
CMYK00.240.100.02
HSL323.61º83.56%85.69%-
HSV(B)323.61º24.5%97.65%-
XYZ70.6461.5479.39-
YUV210.46136.21155.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.61%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=37.61%
G=28.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918822500.240.100.02323.6183.5685.69
HexF9BCE1018A21445456
Octal371274341030122504124126
Binary11111001101111001110000101100010101010100010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCE1; }

 p { color: rgb(249,188,225); }

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

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

 a { background-color: rgb(249,188,225); }

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

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

 span { border-color: rgb(249,188,225); }

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