#F1C6DB

Color #F1C6DB Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F1C6DB

Tints of Classic Rose #F1C6DB

Color information

#F1C6DB (or 0xF1C6DB) is unknown color: approx Classic Rose. HEX triplet: F1, C6 and DB. RGB value is (241,198,219). Sum of RGB (Red+Green+Blue) = 241+198+219=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6DB is #0E3924. Grayscale: #D5D5D5. Windows color (decimal): -932133 or 14403313. OLE color: 14403313.

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

Color convert

RGB241198219-
CMYK00.180.090.05
HSL330.7º60.56%86.08%-
HSV(B)330.7º17.84%94.51%-
XYZ69.2664.275.76-
YUV213.25131.25147.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 198 (77.73% from 255) = 30.09%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=36.63%
G=30.09%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119821900.180.090.05330.760.5686.08
HexF1C6DB0129514b3d56
Octal36130633302211551375126
Binary11110001110001101101101101001010011011010010111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6DB; }

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

 H1.HeaderClassName
 {
   color: #F1C6DB;
 }
 .AnyTagClassName
 {
   color: #F1C6DB;
 }
</style>
background-color css

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

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

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

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

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

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