Html Css Color HEX #F1C6DF Classic Rose

📋 copy color: '#F1C6DF'

red 241 ◦ green 198 ◦ blue 223

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

Shades of Classic Rose #F1C6DF

Tints of Classic Rose #F1C6DF

RGB

 RED value IS 241 (94.53% from 255) = 36.4%

 GREEN value IS 198 (77.73% from 255) = 29.91%

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

R = 36.4%
G = 29.91%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1C6DF (or 0xF1C6DF) is known color: Classic Rose. HEX triplet: F1, C6 and DF. RGB value is (241,198,223). Sum of RGB (Red+Green+Blue) = 241+198+223=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6DF is #0E3920. Grayscale: #D5D5D5. Windows color (decimal): -932129 or 14665457. OLE color: 14665457.

HSL color Cylindrical-coordinate representation of color #F1C6DF: hue angle of 325.12º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C6DF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 223 -
CMYK 0 0.18 0.07 0.05
HSL 325.12º 0.61% 0.86% -
HSV(B) 325.12º 0.18% 0.95% -
XYZ 69.79 64.42 78.57 -
YUV 213.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 241 198 223 0 0.18 0.07 0.05 325.12 0.61 0.86
Hex F1 C6 DF 0 12 7 5 145 3D 56
Octal 361 306 337 0 22 7 5 505 75 126
Binary 11110001 11000110 11011111 0 10010 111 101 101000101 111101 1010110

Color Harmonies of #F1C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6DF

Black with #F1C6DF

Text Example


Text Example

White with #F1C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6DF; }

 p { color: rgb(241,198,223); }

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

background-color css

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

 a { background-color: rgb(241,198,223); }

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

border-color css

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

 span { border-color: rgb(241,198,223); }

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