#F1C4DC

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

Shades of Classic Rose #F1C4DC

Tints of Classic Rose #F1C4DC

Color information

#F1C4DC (or 0xF1C4DC) is unknown color: approx Classic Rose. HEX triplet: F1, C4 and DC. RGB value is (241,196,220). Sum of RGB (Red+Green+Blue) = 241+196+220=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4DC is #0E3B23. Grayscale: #D4D4D4. Windows color (decimal): -932644 or 14468337. OLE color: 14468337.

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

Color convert

RGB241196220-
CMYK00.190.090.05
HSL328º61.64%85.69%-
HSV(B)328º18.67%94.51%-
XYZ68.9363.3576.3-
YUV212.19132.41148.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=36.68%
G=29.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119622000.190.090.0532861.6485.69
HexF1C4DC013951483e56
Octal36130433402311551076126
Binary11110001110001001101110001001110011011010010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4DC; }

 p { color: rgb(241,196,220); }

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

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

 a { background-color: rgb(241,196,220); }

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

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

 span { border-color: rgb(241,196,220); }

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