#F1C3D7

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

Shades of Classic Rose #F1C3D7

Tints of Classic Rose #F1C3D7

Color information

#F1C3D7 (or 0xF1C3D7) is unknown color: approx Classic Rose. HEX triplet: F1, C3 and D7. RGB value is (241,195,215). Sum of RGB (Red+Green+Blue) = 241+195+215=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3D7 is #0E3C28. Grayscale: #D3D3D3. Windows color (decimal): -932905 or 14140401. OLE color: 14140401.

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

Color convert

RGB241195215-
CMYK00.190.110.05
HSL333.91º62.16%85.49%-
HSV(B)333.91º19.09%94.51%-
XYZ68.0662.6472.79-
YUV211.03130.24149.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.02%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 215 (84.38% from 255) = 33.03%
R=37.02%
G=29.95%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119521500.190.110.05333.9162.1685.49
HexF1C3D7013B514e3e55
Octal36130332702313551676125
Binary11110001110000111101011101001110111011010011101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3D7; }

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

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

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

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

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

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

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

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