Html Css Color HEX #F6BADF Classic Rose

📋 copy color: '#F6BADF'

red 246 ◦ green 186 ◦ blue 223

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

Shades of Classic Rose #F6BADF

Tints of Classic Rose #F6BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 37.56%
G = 28.4%
B = 34.05%

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

#F6BADF (or 0xF6BADF) is known color: Classic Rose. HEX triplet: F6, BA and DF. RGB value is (246,186,223). Sum of RGB (Red+Green+Blue) = 246+186+223=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADF is #094520. Grayscale: #D0D0D0. Windows color (decimal): -607521 or 14662390. OLE color: 14662390.

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

Color convert

RGB 246 186 223 -
CMYK 0 0.24 0.09 0.04
HSL 323º 0.77% 0.85% -
HSV(B) 323º 0.24% 0.96% -
XYZ 68.88 60.04 77.77 -
YUV 208.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 246 186 223 0 0.24 0.09 0.04 323 0.77 0.85
Hex F6 BA DF 0 18 9 4 143 4D 55
Octal 366 272 337 0 30 11 4 503 115 125
Binary 11110110 10111010 11011111 0 11000 1001 100 101000011 1001101 1010101

Color Harmonies of #F6BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BADF

Black with #F6BADF

Text Example


Text Example

White with #F6BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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