#F3BEE1

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

Shades of Classic Rose #F3BEE1

Tints of Classic Rose #F3BEE1

Color information

#F3BEE1 (or 0xF3BEE1) is unknown color: approx Classic Rose. HEX triplet: F3, BE and E1. RGB value is (243,190,225). Sum of RGB (Red+Green+Blue) = 243+190+225=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEE1 is #0C411E. Grayscale: #D1D1D1. Windows color (decimal): -803103 or 14794483. OLE color: 14794483.

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

Color convert

RGB243190225-
CMYK00.220.070.05
HSL320.38º68.83%84.9%-
HSV(B)320.38º21.81%95.29%-
XYZ68.9761.3279.43-
YUV209.84136.56151.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 190 (74.61% from 255) = 28.88%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=36.93%
G=28.88%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319022500.220.070.05320.3868.8384.9
HexF3BEE1016751404555
Octal36327634102675500105125
Binary11110011101111101110000101011011110110100000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BEE1; }

 p { color: rgb(243,190,225); }

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

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

 a { background-color: rgb(243,190,225); }

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

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

 span { border-color: rgb(243,190,225); }

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