Html Css Color HEX #F6BEDC Classic Rose

📋 copy color: '#F6BEDC'

red 246 ◦ green 190 ◦ blue 220

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

Shades of Classic Rose #F6BEDC

Tints of Classic Rose #F6BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 37.5%
G = 28.96%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6BEDC (or 0xF6BEDC) is known color: Classic Rose. HEX triplet: F6, BE and DC. RGB value is (246,190,220). Sum of RGB (Red+Green+Blue) = 246+190+220=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDC is #094123. Grayscale: #D2D2D2. Windows color (decimal): -606500 or 14466806. OLE color: 14466806.

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

Color convert

RGB 246 190 220 -
CMYK 0 0.23 0.11 0.04
HSL 327.86º 0.76% 0.85% -
HSV(B) 327.86º 0.23% 0.96% -
XYZ 69.34 61.59 75.94 -
YUV 210.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 246 190 220 0 0.23 0.11 0.04 327.86 0.76 0.85
Hex F6 BE DC 0 17 B 4 148 4C 55
Octal 366 276 334 0 27 13 4 510 114 125
Binary 11110110 10111110 11011100 0 10111 1011 100 101001000 1001100 1010101

Color Harmonies of #F6BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEDC

Black with #F6BEDC

Text Example


Text Example

White with #F6BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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