#F1C3DA

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

Shades of Classic Rose #F1C3DA

Tints of Classic Rose #F1C3DA

Color information

#F1C3DA (or 0xF1C3DA) is unknown color: approx Classic Rose. HEX triplet: F1, C3 and DA. RGB value is (241,195,218). Sum of RGB (Red+Green+Blue) = 241+195+218=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DA is #0E3C25. Grayscale: #D3D3D3. Windows color (decimal): -932902 or 14337009. OLE color: 14337009.

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

Color convert

RGB241195218-
CMYK00.190.100.05
HSL330º62.16%85.49%-
HSV(B)330º19.09%94.51%-
XYZ68.4562.7974.84-
YUV211.38131.74149.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=36.85%
G=29.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119521800.190.100.0533062.1685.49
HexF1C3DA013A514a3e55
Octal36130333202312551276125
Binary11110001110000111101101001001110101011010010101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3DA; }

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

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

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

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

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

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

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

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