#F3BCE2

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

Shades of Classic Rose #F3BCE2

Tints of Classic Rose #F3BCE2

Color information

#F3BCE2 (or 0xF3BCE2) is unknown color: approx Classic Rose. HEX triplet: F3, BC and E2. RGB value is (243,188,226). Sum of RGB (Red+Green+Blue) = 243+188+226=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE2 is #0C431D. Grayscale: #D0D0D0. Windows color (decimal): -803614 or 14859507. OLE color: 14859507.

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

Color convert

RGB243188226-
CMYK00.230.070.05
HSL318.55º69.62%84.51%-
HSV(B)318.55º22.63%95.29%-
XYZ68.6760.5180.01-
YUV208.78137.72152.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 188 (73.83% from 255) = 28.61%
BLUE value IS 226 (88.67% from 255) = 34.40%
R=36.99%
G=28.61%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318822600.230.070.05318.5569.6284.51
HexF3BCE20177513f4655
Octal36327434202775477106125
Binary11110011101111001110001001011111110110011111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCE2; }

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

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

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

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

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

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

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

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