#F6BEE0

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

Shades of Classic Rose #F6BEE0

Tints of Classic Rose #F6BEE0

Color information

#F6BEE0 (or 0xF6BEE0) is unknown color: approx Classic Rose. HEX triplet: F6, BE and E0. RGB value is (246,190,224). Sum of RGB (Red+Green+Blue) = 246+190+224=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEE0 is #09411F. Grayscale: #D2D2D2. Windows color (decimal): -606496 or 14728950. OLE color: 14728950.

HSL color Cylindrical-coordinate representation of color #F6BEE0: hue angle of 323.57º degrees, saturation: 0.76, 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 #F6BEE0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246190224-
CMYK00.230.090.04
HSL323.57º75.68%85.49%-
HSV(B)323.57º22.76%96.47%-
XYZ69.8761.878.77-
YUV210.62135.55153.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=37.27%
G=28.79%
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
Decimal24619022400.230.090.04323.5775.6885.49
HexF6BEE0017941444c55
Octal366276340027114504114125
Binary111101101011111011100000010111100110010100010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEE0; }

 p { color: rgb(246,190,224); }

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

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

 a { background-color: rgb(246,190,224); }

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

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

 span { border-color: rgb(246,190,224); }

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