#F9BAE3

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

Shades of Classic Rose #F9BAE3

Tints of Classic Rose #F9BAE3

Color information

#F9BAE3 (or 0xF9BAE3) is unknown color: approx Classic Rose. HEX triplet: F9, BA and E3. RGB value is (249,186,227). Sum of RGB (Red+Green+Blue) = 249+186+227=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAE3 is #06451C. Grayscale: #D1D1D1. Windows color (decimal): -410909 or 14924537. OLE color: 14924537.

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

Color convert

RGB249186227-
CMYK00.250.090.02
HSL320.95º84%85.29%-
HSV(B)320.95º25.3%97.65%-
XYZ70.4960.880.69-
YUV209.51137.87156.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.61%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=37.61%
G=28.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918622700.250.090.02320.958485.29
HexF9BAE3019921415455
Octal371272343031112501124125
Binary11111001101110101110001101100110011010100000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAE3; }

 p { color: rgb(249,186,227); }

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

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

 a { background-color: rgb(249,186,227); }

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

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

 span { border-color: rgb(249,186,227); }

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