Html Css Color HEX #F6C2DF Classic Rose

📋 copy color: '#F6C2DF'

red 246 ◦ green 194 ◦ blue 223

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

Shades of Classic Rose #F6C2DF

Tints of Classic Rose #F6C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.26%

 BLUE value IS 223 (87.5% from 255) = 33.63%

R = 37.1%
G = 29.26%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6C2DF (or 0xF6C2DF) is known color: Classic Rose. HEX triplet: F6, C2 and DF. RGB value is (246,194,223). Sum of RGB (Red+Green+Blue) = 246+194+223=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2DF is #093D20. Grayscale: #D4D4D4. Windows color (decimal): -605473 or 14664438. OLE color: 14664438.

HSL color Cylindrical-coordinate representation of color #F6C2DF: hue angle of 326.54º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2DF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 194 223 -
CMYK 0 0.21 0.09 0.04
HSL 326.54º 0.74% 0.86% -
HSV(B) 326.54º 0.21% 0.96% -
XYZ 70.62 63.5 78.35 -
YUV 212.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 246 194 223 0 0.21 0.09 0.04 326.54 0.74 0.86
Hex F6 C2 DF 0 15 9 4 147 4A 56
Octal 366 302 337 0 25 11 4 507 112 126
Binary 11110110 11000010 11011111 0 10101 1001 100 101000111 1001010 1010110

Color Harmonies of #F6C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2DF

Black with #F6C2DF

Text Example


Text Example

White with #F6C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2DF; }

 p { color: rgb(246,194,223); }

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

background-color css

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

 a { background-color: rgb(246,194,223); }

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

border-color css

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

 span { border-color: rgb(246,194,223); }

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