#F1C3DD

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

Shades of Classic Rose #F1C3DD

Tints of Classic Rose #F1C3DD

Color information

#F1C3DD (or 0xF1C3DD) is unknown color: approx Classic Rose. HEX triplet: F1, C3 and DD. RGB value is (241,195,221). Sum of RGB (Red+Green+Blue) = 241+195+221=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DD is #0E3C22. Grayscale: #D3D3D3. Windows color (decimal): -932899 or 14533617. OLE color: 14533617.

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

Color convert

RGB241195221-
CMYK00.190.080.05
HSL326.09º62.16%85.49%-
HSV(B)326.09º19.09%94.51%-
XYZ68.8462.9576.93-
YUV211.72133.24148.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 195 (76.56% from 255) = 29.68%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=36.68%
G=29.68%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119522100.190.080.05326.0962.1685.49
HexF1C3DD013851463e55
Octal36130333502310550676125
Binary11110001110000111101110101001110001011010001101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3DD; }

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

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

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

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

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

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

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

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