#F6BED6

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

Shades of Classic Rose #F6BED6

Tints of Classic Rose #F6BED6

Color information

#F6BED6 (or 0xF6BED6) is unknown color: approx Classic Rose. HEX triplet: F6, BE and D6. RGB value is (246,190,214). Sum of RGB (Red+Green+Blue) = 246+190+214=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED6 is #094129. Grayscale: #D1D1D1. Windows color (decimal): -606506 or 14073590. OLE color: 14073590.

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

Color convert

RGB246190214-
CMYK00.230.130.04
HSL334.29º75.68%85.49%-
HSV(B)334.29º22.76%96.47%-
XYZ68.5661.2771.83-
YUV209.48130.55154.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=37.85%
G=29.23%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619021400.230.130.04334.2975.6885.49
HexF6BED6017D414e4c55
Octal366276326027154516114125
Binary111101101011111011010110010111110110010100111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BED6; }

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

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

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

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

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

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

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

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