#F3BBE0

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

Shades of Classic Rose #F3BBE0

Tints of Classic Rose #F3BBE0

Color information

#F3BBE0 (or 0xF3BBE0) is unknown color: approx Classic Rose. HEX triplet: F3, BB and E0. RGB value is (243,187,224). Sum of RGB (Red+Green+Blue) = 243+187+224=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE0 is #0C441F. Grayscale: #CFCFCF. Windows color (decimal): -803872 or 14728179. OLE color: 14728179.

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

Color convert

RGB243187224-
CMYK00.230.080.05
HSL320.36º70%84.31%-
HSV(B)320.36º23.05%95.29%-
XYZ68.1959.9878.5-
YUV207.96137.05152.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=37.16%
G=28.59%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318722400.230.080.05320.367084.31
HexF3BBE0017851404654
Octal363273340027105500106124
Binary111100111011101111100000010111100010110100000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBE0; }

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

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

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

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

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

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

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

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