#F1C2DB

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

Shades of Classic Rose #F1C2DB

Tints of Classic Rose #F1C2DB

Color information

#F1C2DB (or 0xF1C2DB) is unknown color: approx Classic Rose. HEX triplet: F1, C2 and DB. RGB value is (241,194,219). Sum of RGB (Red+Green+Blue) = 241+194+219=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2DB is #0E3D24. Grayscale: #D2D2D2. Windows color (decimal): -933157 or 14402289. OLE color: 14402289.

HSL color Cylindrical-coordinate representation of color #F1C2DB: hue angle of 328.09º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C2DB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241194219-
CMYK00.200.090.05
HSL328.09º62.67%85.29%-
HSV(B)328.09º19.5%94.51%-
XYZ68.3562.475.46-
YUV210.9132.57149.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=36.85%
G=29.66%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119421900.200.090.05328.0962.6785.29
HexF1C2DB014951483f55
Octal36130233302411551077125
Binary11110001110000101101101101010010011011010010001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2DB; }

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

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

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

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

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

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

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

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