Html Css Color HEX #F6BBE3 Classic Rose

📋 copy color: '#F6BBE3'

red 246 ◦ green 187 ◦ blue 227

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

Shades of Classic Rose #F6BBE3

Tints of Classic Rose #F6BBE3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.33%

 BLUE value IS 227 (89.06% from 255) = 34.39%

R = 37.27%
G = 28.33%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6BBE3 (or 0xF6BBE3) is known color: Classic Rose. HEX triplet: F6, BB and E3. RGB value is (246,187,227). Sum of RGB (Red+Green+Blue) = 246+187+227=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBE3 is #09441C. Grayscale: #D1D1D1. Windows color (decimal): -607261 or 14924790. OLE color: 14924790.

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

Color convert

RGB 246 187 227 -
CMYK 0 0.24 0.08 0.04
HSL 319.32º 0.77% 0.85% -
HSV(B) 319.32º 0.24% 0.96% -
XYZ 69.64 60.68 80.71 -
YUV 209.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 246 187 227 0 0.24 0.08 0.04 319.32 0.77 0.85
Hex F6 BB E3 0 18 8 4 13F 4D 55
Octal 366 273 343 0 30 10 4 477 115 125
Binary 11110110 10111011 11100011 0 11000 1000 100 100111111 1001101 1010101

Color Harmonies of #F6BBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBE3

Black with #F6BBE3

Text Example


Text Example

White with #F6BBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBE3; }

 p { color: rgb(246,187,227); }

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

background-color css

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

 a { background-color: rgb(246,187,227); }

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

border-color css

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

 span { border-color: rgb(246,187,227); }

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