Html Css Color HEX #F6D0DE Classic Rose

📋 copy color: '#F6D0DE'

red 246 ◦ green 208 ◦ blue 222

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

Shades of Classic Rose #F6D0DE

Tints of Classic Rose #F6D0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.77%

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

R = 36.39%
G = 30.77%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6D0DE (or 0xF6D0DE) is known color: Classic Rose. HEX triplet: F6, D0 and DE. RGB value is (246,208,222). Sum of RGB (Red+Green+Blue) = 246+208+222=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0DE is #092F21. Grayscale: #DCDCDC. Windows color (decimal): -601890 or 14602486. OLE color: 14602486.

HSL color Cylindrical-coordinate representation of color #F6D0DE: hue angle of 337.89º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6D0DE is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 208 222 -
CMYK 0 0.15 0.10 0.04
HSL 337.89º 0.68% 0.89% -
HSV(B) 337.89º 0.15% 0.96% -
XYZ 73.75 69.98 78.73 -
YUV 220.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 246 208 222 0 0.15 0.10 0.04 337.89 0.68 0.89
Hex F6 D0 DE 0 F A 4 152 44 59
Octal 366 320 336 0 17 12 4 522 104 131
Binary 11110110 11010000 11011110 0 1111 1010 100 101010010 1000100 1011001

Color Harmonies of #F6D0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0DE

Black with #F6D0DE

Text Example


Text Example

White with #F6D0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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