Html Css Color HEX #F6C1DF Classic Rose

📋 copy color: '#F6C1DF'

red 246 ◦ green 193 ◦ blue 223

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

Shades of Classic Rose #F6C1DF

Tints of Classic Rose #F6C1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.15%

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

R = 37.16%
G = 29.15%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6C1DF (or 0xF6C1DF) is known color: Classic Rose. HEX triplet: F6, C1 and DF. RGB value is (246,193,223). Sum of RGB (Red+Green+Blue) = 246+193+223=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C1DF is #093E20. Grayscale: #D4D4D4. Windows color (decimal): -605729 or 14664182. OLE color: 14664182.

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

Color convert

RGB 246 193 223 -
CMYK 0 0.22 0.09 0.04
HSL 326.04º 0.75% 0.86% -
HSV(B) 326.04º 0.22% 0.96% -
XYZ 70.4 63.06 78.27 -
YUV 212.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 246 193 223 0 0.22 0.09 0.04 326.04 0.75 0.86
Hex F6 C1 DF 0 16 9 4 146 4B 56
Octal 366 301 337 0 26 11 4 506 113 126
Binary 11110110 11000001 11011111 0 10110 1001 100 101000110 1001011 1010110

Color Harmonies of #F6C1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C1DF

Black with #F6C1DF

Text Example


Text Example

White with #F6C1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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