#F3BBDA

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

Shades of Classic Rose #F3BBDA

Tints of Classic Rose #F3BBDA

Color information

#F3BBDA (or 0xF3BBDA) is unknown color: approx Classic Rose. HEX triplet: F3, BB and DA. RGB value is (243,187,218). Sum of RGB (Red+Green+Blue) = 243+187+218=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDA is #0C4425. Grayscale: #CFCFCF. Windows color (decimal): -803878 or 14334963. OLE color: 14334963.

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

Color convert

RGB243187218-
CMYK00.230.100.05
HSL326.79º70%84.31%-
HSV(B)326.79º23.05%95.29%-
XYZ67.3959.6674.29-
YUV207.28134.05153.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.5%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=37.5%
G=28.86%
B=33.64%

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
Decimal24318721800.230.100.05326.797084.31
HexF3BBDA017A51474654
Octal363273332027125507106124
Binary111100111011101111011010010111101010110100011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBDA; }

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

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

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

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

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

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

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

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