Html Css Color HEX #F6BDDF Classic Rose

📋 copy color: '#F6BDDF'

red 246 ◦ green 189 ◦ blue 223

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

Shades of Classic Rose #F6BDDF

Tints of Classic Rose #F6BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.72%

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

R = 37.39%
G = 28.72%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6BDDF (or 0xF6BDDF) is known color: Classic Rose. HEX triplet: F6, BD and DF. RGB value is (246,189,223). Sum of RGB (Red+Green+Blue) = 246+189+223=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDF is #094220. Grayscale: #D1D1D1. Windows color (decimal): -606753 or 14663158. OLE color: 14663158.

HSL color Cylindrical-coordinate representation of color #F6BDDF: hue angle of 324.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDDF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 189 223 -
CMYK 0 0.23 0.09 0.04
HSL 324.21º 0.76% 0.85% -
HSV(B) 324.21º 0.23% 0.96% -
XYZ 69.52 61.32 77.98 -
YUV 209.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 246 189 223 0 0.23 0.09 0.04 324.21 0.76 0.85
Hex F6 BD DF 0 17 9 4 144 4C 55
Octal 366 275 337 0 27 11 4 504 114 125
Binary 11110110 10111101 11011111 0 10111 1001 100 101000100 1001100 1010101

Color Harmonies of #F6BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDDF

Black with #F6BDDF

Text Example


Text Example

White with #F6BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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