Html Css Color HEX #F6BED9 Classic Rose

📋 copy color: '#F6BED9'

red 246 ◦ green 190 ◦ blue 217

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

Shades of Classic Rose #F6BED9

Tints of Classic Rose #F6BED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.1%

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

R = 37.67%
G = 29.1%
B = 33.23%

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

#F6BED9 (or 0xF6BED9) is known color: Classic Rose. HEX triplet: F6, BE and D9. RGB value is (246,190,217). Sum of RGB (Red+Green+Blue) = 246+190+217=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED9 is #094126. Grayscale: #D1D1D1. Windows color (decimal): -606503 or 14270198. OLE color: 14270198.

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

Color convert

RGB 246 190 217 -
CMYK 0 0.23 0.12 0.04
HSL 331.07º 0.76% 0.85% -
HSV(B) 331.07º 0.23% 0.96% -
XYZ 68.94 61.43 73.87 -
YUV 209.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 246 190 217 0 0.23 0.12 0.04 331.07 0.76 0.85
Hex F6 BE D9 0 17 C 4 14B 4C 55
Octal 366 276 331 0 27 14 4 513 114 125
Binary 11110110 10111110 11011001 0 10111 1100 100 101001011 1001100 1010101

Color Harmonies of #F6BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BED9

Black with #F6BED9

Text Example


Text Example

White with #F6BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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