Html Css Color HEX #F6BEDE Classic Rose

📋 copy color: '#F6BEDE'

red 246 ◦ green 190 ◦ blue 222

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

Shades of Classic Rose #F6BEDE

Tints of Classic Rose #F6BEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.74%

R = 37.39%
G = 28.88%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6BEDE (or 0xF6BEDE) is known color: Classic Rose. HEX triplet: F6, BE and DE. RGB value is (246,190,222). Sum of RGB (Red+Green+Blue) = 246+190+222=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDE is #094121. Grayscale: #D2D2D2. Windows color (decimal): -606498 or 14597878. OLE color: 14597878.

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

Color convert

RGB 246 190 222 -
CMYK 0 0.23 0.10 0.04
HSL 325.71º 0.76% 0.85% -
HSV(B) 325.71º 0.23% 0.96% -
XYZ 69.6 61.69 77.35 -
YUV 210.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 246 190 222 0 0.23 0.10 0.04 325.71 0.76 0.85
Hex F6 BE DE 0 17 A 4 146 4C 55
Octal 366 276 336 0 27 12 4 506 114 125
Binary 11110110 10111110 11011110 0 10111 1010 100 101000110 1001100 1010101

Color Harmonies of #F6BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEDE

Black with #F6BEDE

Text Example


Text Example

White with #F6BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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