Html Css Color HEX #F6BADE Classic Rose

📋 copy color: '#F6BADE'

red 246 ◦ green 186 ◦ blue 222

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

Shades of Classic Rose #F6BADE

Tints of Classic Rose #F6BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.44%

 BLUE value IS 222 (87.11% from 255) = 33.94%

R = 37.61%
G = 28.44%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6BADE (or 0xF6BADE) is known color: Classic Rose. HEX triplet: F6, BA and DE. RGB value is (246,186,222). Sum of RGB (Red+Green+Blue) = 246+186+222=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADE is #094521. Grayscale: #CFCFCF. Windows color (decimal): -607522 or 14596854. OLE color: 14596854.

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

Color convert

RGB 246 186 222 -
CMYK 0 0.24 0.10 0.04
HSL 324º 0.77% 0.85% -
HSV(B) 324º 0.24% 0.96% -
XYZ 68.75 59.98 77.06 -
YUV 208.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 246 186 222 0 0.24 0.10 0.04 324 0.77 0.85
Hex F6 BA DE 0 18 A 4 144 4D 55
Octal 366 272 336 0 30 12 4 504 115 125
Binary 11110110 10111010 11011110 0 11000 1010 100 101000100 1001101 1010101

Color Harmonies of #F6BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BADE

Black with #F6BADE

Text Example


Text Example

White with #F6BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BADE; }

 p { color: rgb(246,186,222); }

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

background-color css

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

 a { background-color: rgb(246,186,222); }

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

border-color css

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

 span { border-color: rgb(246,186,222); }

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