Html Css Color HEX #F6BCE1 Classic Rose

📋 copy color: '#F6BCE1'

red 246 ◦ green 188 ◦ blue 225

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

Shades of Classic Rose #F6BCE1

Tints of Classic Rose #F6BCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.14%

R = 37.33%
G = 28.53%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6BCE1 (or 0xF6BCE1) is known color: Classic Rose. HEX triplet: F6, BC and E1. RGB value is (246,188,225). Sum of RGB (Red+Green+Blue) = 246+188+225=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCE1 is #09431E. Grayscale: #D1D1D1. Windows color (decimal): -607007 or 14793974. OLE color: 14793974.

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

Color convert

RGB 246 188 225 -
CMYK 0 0.24 0.09 0.04
HSL 321.72º 0.76% 0.85% -
HSV(B) 321.72º 0.24% 0.96% -
XYZ 69.58 61 79.34 -
YUV 209.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 246 188 225 0 0.24 0.09 0.04 321.72 0.76 0.85
Hex F6 BC E1 0 18 9 4 142 4C 55
Octal 366 274 341 0 30 11 4 502 114 125
Binary 11110110 10111100 11100001 0 11000 1001 100 101000010 1001100 1010101

Color Harmonies of #F6BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCE1

Black with #F6BCE1

Text Example


Text Example

White with #F6BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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