#F1C4DB

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

Shades of Classic Rose #F1C4DB

Tints of Classic Rose #F1C4DB

Color information

#F1C4DB (or 0xF1C4DB) is unknown color: approx Classic Rose. HEX triplet: F1, C4 and DB. RGB value is (241,196,219). Sum of RGB (Red+Green+Blue) = 241+196+219=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4DB is #0E3B24. Grayscale: #D4D4D4. Windows color (decimal): -932645 or 14402801. OLE color: 14402801.

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

Color convert

RGB241196219-
CMYK00.190.090.05
HSL329.33º61.64%85.69%-
HSV(B)329.33º18.67%94.51%-
XYZ68.863.375.61-
YUV212.08131.91148.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=36.74%
G=29.88%
B=33.38%

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
Decimal24119621900.190.090.05329.3361.6485.69
HexF1C4DB013951493e56
Octal36130433302311551176126
Binary11110001110001001101101101001110011011010010011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4DB; }

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

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

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

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

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

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

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

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