Html Css Color HEX #F6D0E0 Classic Rose

📋 copy color: '#F6D0E0'

red 246 ◦ green 208 ◦ blue 224

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

Shades of Classic Rose #F6D0E0

Tints of Classic Rose #F6D0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.04%

R = 36.28%
G = 30.68%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6D0E0 (or 0xF6D0E0) is known color: Classic Rose. HEX triplet: F6, D0 and E0. RGB value is (246,208,224). Sum of RGB (Red+Green+Blue) = 246+208+224=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0E0 is #092F1F. Grayscale: #DDDDDD. Windows color (decimal): -601888 or 14733558. OLE color: 14733558.

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

Color convert

RGB 246 208 224 -
CMYK 0 0.15 0.09 0.04
HSL 334.74º 0.68% 0.89% -
HSV(B) 334.74º 0.15% 0.96% -
XYZ 74.02 70.09 80.15 -
YUV 221.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 246 208 224 0 0.15 0.09 0.04 334.74 0.68 0.89
Hex F6 D0 E0 0 F 9 4 14F 44 59
Octal 366 320 340 0 17 11 4 517 104 131
Binary 11110110 11010000 11100000 0 1111 1001 100 101001111 1000100 1011001

Color Harmonies of #F6D0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D0E0

Black with #F6D0E0

Text Example


Text Example

White with #F6D0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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