Html Css Color HEX #F6BDD9 Classic Rose

📋 copy color: '#F6BDD9'

red 246 ◦ green 189 ◦ blue 217

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

Shades of Classic Rose #F6BDD9

Tints of Classic Rose #F6BDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 37.73%
G = 28.99%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6BDD9 (or 0xF6BDD9) is known color: Classic Rose. HEX triplet: F6, BD and D9. RGB value is (246,189,217). Sum of RGB (Red+Green+Blue) = 246+189+217=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDD9 is #094226. Grayscale: #D1D1D1. Windows color (decimal): -606759 or 14269942. OLE color: 14269942.

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

Color convert

RGB 246 189 217 -
CMYK 0 0.23 0.12 0.04
HSL 330.53º 0.76% 0.85% -
HSV(B) 330.53º 0.23% 0.96% -
XYZ 68.73 61 73.8 -
YUV 209.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 246 189 217 0 0.23 0.12 0.04 330.53 0.76 0.85
Hex F6 BD D9 0 17 C 4 14B 4C 55
Octal 366 275 331 0 27 14 4 513 114 125
Binary 11110110 10111101 11011001 0 10111 1100 100 101001011 1001100 1010101

Color Harmonies of #F6BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDD9

Black with #F6BDD9

Text Example


Text Example

White with #F6BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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