Html Css Color HEX #F6BCDB Classic Rose

📋 copy color: '#F6BCDB'

red 246 ◦ green 188 ◦ blue 219

#F6BCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F6BCDB

Tints of Classic Rose #F6BCDB

RGB

 RED value IS 246 (96.48% from 255) = 37.67%

 GREEN value IS 188 (73.83% from 255) = 28.79%

 BLUE value IS 219 (85.94% from 255) = 33.54%

R = 37.67%
G = 28.79%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6BCDB (or 0xF6BCDB) is known color: Classic Rose. HEX triplet: F6, BC and DB. RGB value is (246,188,219). Sum of RGB (Red+Green+Blue) = 246+188+219=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCDB is #094324. Grayscale: #D0D0D0. Windows color (decimal): -607013 or 14400758. OLE color: 14400758.

HSL color Cylindrical-coordinate representation of color #F6BCDB: hue angle of 327.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BCDB is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 219 -
CMYK 0 0.24 0.11 0.04
HSL 327.93º 0.76% 0.85% -
HSV(B) 327.93º 0.24% 0.96% -
XYZ 68.78 60.67 75.1 -
YUV 208.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 246 188 219 0 0.24 0.11 0.04 327.93 0.76 0.85
Hex F6 BC DB 0 18 B 4 148 4C 55
Octal 366 274 333 0 30 13 4 510 114 125
Binary 11110110 10111100 11011011 0 11000 1011 100 101001000 1001100 1010101

Color Harmonies of #F6BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCDB

Black with #F6BCDB

Text Example


Text Example

White with #F6BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCDB; }

 p { color: rgb(246,188,219); }

 H1.HeaderClassName
 {
   color: #F6BCDB;
 }
 .AnyTagClassName
 {
   color: #F6BCDB;
 }
</style>

background-color css

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

 a { background-color: rgb(246,188,219); }

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

border-color css

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

 span { border-color: rgb(246,188,219); }

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