#F3CBE2

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

Shades of Classic Rose #F3CBE2

Tints of Classic Rose #F3CBE2

Color information

#F3CBE2 (or 0xF3CBE2) is unknown color: approx Classic Rose. HEX triplet: F3, CB and E2. RGB value is (243,203,226). Sum of RGB (Red+Green+Blue) = 243+203+226=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBE2 is #0C341D. Grayscale: #D9D9D9. Windows color (decimal): -799774 or 14863347. OLE color: 14863347.

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

Color convert

RGB243203226-
CMYK00.160.070.05
HSL325.5º62.5%87.45%-
HSV(B)325.5º16.46%95.29%-
XYZ72.0567.2681.14-
YUV217.58132.75146.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 226 (88.67% from 255) = 33.63%
R=36.16%
G=30.21%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320322600.160.070.05325.562.587.45
HexF3CBE2010751463e57
Octal3633133420207550676127
Binary1111001111001011111000100100001111011010001101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBE2; }

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

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

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

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

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

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

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

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