#F3BCDA

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

Shades of Classic Rose #F3BCDA

Tints of Classic Rose #F3BCDA

Color information

#F3BCDA (or 0xF3BCDA) is unknown color: approx Classic Rose. HEX triplet: F3, BC and DA. RGB value is (243,188,218). Sum of RGB (Red+Green+Blue) = 243+188+218=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDA is #0C4325. Grayscale: #CFCFCF. Windows color (decimal): -803622 or 14335219. OLE color: 14335219.

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

Color convert

RGB243188218-
CMYK00.230.100.05
HSL327.27º69.62%84.51%-
HSV(B)327.27º22.63%95.29%-
XYZ67.660.0874.36-
YUV207.86133.72153.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.44%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=37.44%
G=28.97%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318821800.230.100.05327.2769.6284.51
HexF3BCDA017A51474655
Octal363274332027125507106125
Binary111100111011110011011010010111101010110100011110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCDA; }

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

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

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

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

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

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

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

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