#F3BBDC

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

Shades of Classic Rose #F3BBDC

Tints of Classic Rose #F3BBDC

Color information

#F3BBDC (or 0xF3BBDC) is unknown color: approx Classic Rose. HEX triplet: F3, BB and DC. RGB value is (243,187,220). Sum of RGB (Red+Green+Blue) = 243+187+220=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDC is #0C4423. Grayscale: #CFCFCF. Windows color (decimal): -803876 or 14466035. OLE color: 14466035.

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

Color convert

RGB243187220-
CMYK00.230.090.05
HSL324.64º70%84.31%-
HSV(B)324.64º23.05%95.29%-
XYZ67.6559.7675.68-
YUV207.51135.05153.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.38%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=37.38%
G=28.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318722000.230.090.05324.647084.31
HexF3BBDC017951454654
Octal363273334027115505106124
Binary111100111011101111011100010111100110110100010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBDC; }

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

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

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

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

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

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

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

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