Html Css Color HEX #F6D0E2 Classic Rose

📋 copy color: '#F6D0E2'

red 246 ◦ green 208 ◦ blue 226

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

Shades of Classic Rose #F6D0E2

Tints of Classic Rose #F6D0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 36.18%
G = 30.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6D0E2 (or 0xF6D0E2) is known color: Classic Rose. HEX triplet: F6, D0 and E2. RGB value is (246,208,226). Sum of RGB (Red+Green+Blue) = 246+208+226=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0E2 is #092F1D. Grayscale: #DDDDDD. Windows color (decimal): -601886 or 14864630. OLE color: 14864630.

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

Color convert

RGB 246 208 226 -
CMYK 0 0.15 0.08 0.04
HSL 331.58º 0.68% 0.89% -
HSV(B) 331.58º 0.15% 0.96% -
XYZ 74.29 70.2 81.59 -
YUV 221.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 246 208 226 0 0.15 0.08 0.04 331.58 0.68 0.89
Hex F6 D0 E2 0 F 8 4 14C 44 59
Octal 366 320 342 0 17 10 4 514 104 131
Binary 11110110 11010000 11100010 0 1111 1000 100 101001100 1000100 1011001

Color Harmonies of #F6D0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0E2

Black with #F6D0E2

Text Example


Text Example

White with #F6D0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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