#F3C0DC

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

Shades of Classic Rose #F3C0DC

Tints of Classic Rose #F3C0DC

Color information

#F3C0DC (or 0xF3C0DC) is unknown color: approx Classic Rose. HEX triplet: F3, C0 and DC. RGB value is (243,192,220). Sum of RGB (Red+Green+Blue) = 243+192+220=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0DC is #0C3F23. Grayscale: #D2D2D2. Windows color (decimal): -802596 or 14467315. OLE color: 14467315.

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

Color convert

RGB243192220-
CMYK00.210.090.05
HSL327.06º68%85.29%-
HSV(B)327.06º20.99%95.29%-
XYZ68.7361.9276.04-
YUV210.44133.4151.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 192 (75.39% from 255) = 29.31%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=37.10%
G=29.31%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319222000.210.090.05327.066885.29
HexF3C0DC015951474455
Octal363300334025115507104125
Binary111100111100000011011100010101100110110100011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C0DC; }

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

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

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

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

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

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

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

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