#F1C3D4

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

Shades of Classic Rose #F1C3D4

Tints of Classic Rose #F1C3D4

Color information

#F1C3D4 (or 0xF1C3D4) is unknown color: approx Classic Rose. HEX triplet: F1, C3 and D4. RGB value is (241,195,212). Sum of RGB (Red+Green+Blue) = 241+195+212=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3D4 is #0E3C2B. Grayscale: #D2D2D2. Windows color (decimal): -932908 or 13943793. OLE color: 13943793.

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

Color convert

RGB241195212-
CMYK00.190.120.05
HSL337.83º62.16%85.49%-
HSV(B)337.83º19.09%94.51%-
XYZ67.6762.4870.78-
YUV210.69128.74149.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=37.19%
G=30.09%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119521200.190.120.05337.8362.1685.49
HexF1C3D4013C51523e55
Octal36130332402314552276125
Binary11110001110000111101010001001111001011010100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3D4; }

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

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

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

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

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

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

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

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