#F1C3DB

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

Shades of Classic Rose #F1C3DB

Tints of Classic Rose #F1C3DB

Color information

#F1C3DB (or 0xF1C3DB) is unknown color: approx Classic Rose. HEX triplet: F1, C3 and DB. RGB value is (241,195,219). Sum of RGB (Red+Green+Blue) = 241+195+219=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DB is #0E3C24. Grayscale: #D3D3D3. Windows color (decimal): -932901 or 14402545. OLE color: 14402545.

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

Color convert

RGB241195219-
CMYK00.190.090.05
HSL328.7º62.16%85.49%-
HSV(B)328.7º19.09%94.51%-
XYZ68.5862.8575.53-
YUV211.49132.24149.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=36.79%
G=29.77%
B=33.44%

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
Decimal24119521900.190.090.05328.762.1685.49
HexF1C3DB013951493e55
Octal36130333302311551176125
Binary11110001110000111101101101001110011011010010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3DB; }

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

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

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

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

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

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

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

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