Html Css Color HEX #F6BBE2 Classic Rose

📋 copy color: '#F6BBE2'

red 246 ◦ green 187 ◦ blue 226

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

Shades of Classic Rose #F6BBE2

Tints of Classic Rose #F6BBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.29%

R = 37.33%
G = 28.38%
B = 34.29%

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

#F6BBE2 (or 0xF6BBE2) is known color: Classic Rose. HEX triplet: F6, BB and E2. RGB value is (246,187,226). Sum of RGB (Red+Green+Blue) = 246+187+226=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBE2 is #09441D. Grayscale: #D0D0D0. Windows color (decimal): -607262 or 14859254. OLE color: 14859254.

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

Color convert

RGB 246 187 226 -
CMYK 0 0.24 0.08 0.04
HSL 320.34º 0.77% 0.85% -
HSV(B) 320.34º 0.24% 0.96% -
XYZ 69.5 60.62 79.99 -
YUV 209.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 246 187 226 0 0.24 0.08 0.04 320.34 0.77 0.85
Hex F6 BB E2 0 18 8 4 140 4D 55
Octal 366 273 342 0 30 10 4 500 115 125
Binary 11110110 10111011 11100010 0 11000 1000 100 101000000 1001101 1010101

Color Harmonies of #F6BBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBE2

Black with #F6BBE2

Text Example


Text Example

White with #F6BBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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