#F6BEDC

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

Shades of Classic Rose #F6BEDC

Tints of Classic Rose #F6BEDC

Color information

#F6BEDC (or 0xF6BEDC) is unknown color: approx Classic Rose. HEX triplet: F6, BE and DC. RGB value is (246,190,220). Sum of RGB (Red+Green+Blue) = 246+190+220=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDC is #094123. Grayscale: #D2D2D2. Windows color (decimal): -606500 or 14466806. OLE color: 14466806.

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

Color convert

RGB246190220-
CMYK00.230.110.04
HSL327.86º75.68%85.49%-
HSV(B)327.86º22.76%96.47%-
XYZ69.3461.5975.94-
YUV210.16133.55153.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.5%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=37.5%
G=28.96%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619022000.230.110.04327.8675.6885.49
HexF6BEDC017B41484c55
Octal366276334027134510114125
Binary111101101011111011011100010111101110010100100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEDC; }

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

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

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

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

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

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

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

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