Html Css Color HEX #F6BCED Lavender Rose

📋 copy color: '#F6BCED'

red 246 ◦ green 188 ◦ blue 237

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

Shades of Lavender Rose #F6BCED

Tints of Lavender Rose #F6BCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 36.66%
G = 28.02%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6BCED (or 0xF6BCED) is known color: Lavender Rose. HEX triplet: F6, BC and ED. RGB value is (246,188,237). Sum of RGB (Red+Green+Blue) = 246+188+237=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BCED is #094312. Grayscale: #D2D2D2. Windows color (decimal): -606995 or 15580406. OLE color: 15580406.

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

Color convert

RGB 246 188 237 -
CMYK 0 0.24 0.04 0.04
HSL 309.31º 0.76% 0.85% -
HSV(B) 309.31º 0.24% 0.96% -
XYZ 71.28 61.67 88.27 -
YUV 210.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 246 188 237 0 0.24 0.04 0.04 309.31 0.76 0.85
Hex F6 BC ED 0 18 4 4 135 4C 55
Octal 366 274 355 0 30 4 4 465 114 125
Binary 11110110 10111100 11101101 0 11000 100 100 100110101 1001100 1010101

Color Harmonies of #F6BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCED

Black with #F6BCED

Text Example


Text Example

White with #F6BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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