#F9BBE1

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

Shades of Classic Rose #F9BBE1

Tints of Classic Rose #F9BBE1

Color information

#F9BBE1 (or 0xF9BBE1) is unknown color: approx Classic Rose. HEX triplet: F9, BB and E1. RGB value is (249,187,225). Sum of RGB (Red+Green+Blue) = 249+187+225=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBE1 is #06441E. Grayscale: #D1D1D1. Windows color (decimal): -410655 or 14793721. OLE color: 14793721.

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

Color convert

RGB249187225-
CMYK00.250.100.02
HSL323.23º83.78%85.49%-
HSV(B)323.23º24.9%97.65%-
XYZ70.4361.1279.32-
YUV209.87136.54155.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 28.29%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=37.67%
G=28.29%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918722500.250.100.02323.2383.7885.49
HexF9BBE1019A21435455
Octal371273341031122503124125
Binary11111001101110111110000101100110101010100001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBE1; }

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

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

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

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

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

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

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

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