#F1C7DD

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

Shades of Classic Rose #F1C7DD

Tints of Classic Rose #F1C7DD

Color information

#F1C7DD (or 0xF1C7DD) is unknown color: approx Classic Rose. HEX triplet: F1, C7 and DD. RGB value is (241,199,221). Sum of RGB (Red+Green+Blue) = 241+199+221=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7DD is #0E3822. Grayscale: #D6D6D6. Windows color (decimal): -931875 or 14534641. OLE color: 14534641.

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

Color convert

RGB241199221-
CMYK00.170.080.05
HSL328.57º60%86.27%-
HSV(B)328.57º17.43%94.51%-
XYZ69.7564.7777.23-
YUV214.07131.91147.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 199 (78.12% from 255) = 30.11%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=36.46%
G=30.11%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119922100.170.080.05328.576086.27
HexF1C7DD011851493c56
Octal36130733502110551174126
Binary11110001110001111101110101000110001011010010011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7DD; }

 p { color: rgb(241,199,221); }

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

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

 a { background-color: rgb(241,199,221); }

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

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

 span { border-color: rgb(241,199,221); }

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