#F3C1DB

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

Shades of Classic Rose #F3C1DB

Tints of Classic Rose #F3C1DB

Color information

#F3C1DB (or 0xF3C1DB) is unknown color: approx Classic Rose. HEX triplet: F3, C1 and DB. RGB value is (243,193,219). Sum of RGB (Red+Green+Blue) = 243+193+219=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1DB is #0C3E24. Grayscale: #D2D2D2. Windows color (decimal): -802341 or 14402035. OLE color: 14402035.

HSL color Cylindrical-coordinate representation of color #F3C1DB: hue angle of 328.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1DB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243193219-
CMYK00.210.100.05
HSL328.8º67.57%85.49%-
HSV(B)328.8º20.58%95.29%-
XYZ68.8262.3175.42-
YUV210.91132.56150.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 193 (75.78% from 255) = 29.47%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=37.10%
G=29.47%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319321900.210.100.05328.867.5785.49
HexF3C1DB015A51494455
Octal363301333025125511104125
Binary111100111100000111011011010101101010110100100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1DB; }

 p { color: rgb(243,193,219); }

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

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

 a { background-color: rgb(243,193,219); }

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

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

 span { border-color: rgb(243,193,219); }

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