#F3C0DA

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

Shades of Classic Rose #F3C0DA

Tints of Classic Rose #F3C0DA

Color information

#F3C0DA (or 0xF3C0DA) is unknown color: approx Classic Rose. HEX triplet: F3, C0 and DA. RGB value is (243,192,218). Sum of RGB (Red+Green+Blue) = 243+192+218=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DA is #0C3F25. Grayscale: #D2D2D2. Windows color (decimal): -802598 or 14336243. OLE color: 14336243.

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

Color convert

RGB243192218-
CMYK00.210.100.05
HSL329.41º68%85.29%-
HSV(B)329.41º20.99%95.29%-
XYZ68.4761.8274.65-
YUV210.21132.4151.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.21%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=37.21%
G=29.40%
B=33.38%

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
Decimal24319221800.210.100.05329.416885.29
HexF3C0DA015A51494455
Octal363300332025125511104125
Binary111100111100000011011010010101101010110100100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0DA; }

 p { color: rgb(243,192,218); }

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

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

 a { background-color: rgb(243,192,218); }

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

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

 span { border-color: rgb(243,192,218); }

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