#F3BEDD

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

Shades of Classic Rose #F3BEDD

Tints of Classic Rose #F3BEDD

Color information

#F3BEDD (or 0xF3BEDD) is unknown color: approx Classic Rose. HEX triplet: F3, BE and DD. RGB value is (243,190,221). Sum of RGB (Red+Green+Blue) = 243+190+221=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BEDD is #0C4122. Grayscale: #D1D1D1. Windows color (decimal): -803107 or 14532339. OLE color: 14532339.

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

Color convert

RGB243190221-
CMYK00.220.090.05
HSL324.91º68.83%84.9%-
HSV(B)324.91º21.81%95.29%-
XYZ68.4361.176.59-
YUV209.38134.56151.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=37.16%
G=29.05%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319022100.220.090.05324.9168.8384.9
HexF3BEDD016951454555
Octal363276335026115505105125
Binary111100111011111011011101010110100110110100010110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BEDD; }

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

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

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

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

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

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

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

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