#F3BED2

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

Shades of Classic Rose #F3BED2

Tints of Classic Rose #F3BED2

Color information

#F3BED2 (or 0xF3BED2) is unknown color: approx Classic Rose. HEX triplet: F3, BE and D2. RGB value is (243,190,210). Sum of RGB (Red+Green+Blue) = 243+190+210=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED2 is #0C412D. Grayscale: #D0D0D0. Windows color (decimal): -803118 or 13811443. OLE color: 13811443.

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

Color convert

RGB243190210-
CMYK00.220.140.05
HSL337.36º68.83%84.9%-
HSV(B)337.36º21.81%95.29%-
XYZ67.0160.5369.13-
YUV208.13129.06152.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=37.79%
G=29.55%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319021000.220.140.05337.3668.8384.9
HexF3BED2016E51514555
Octal363276322026165521105125
Binary111100111011111011010010010110111010110101000110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BED2; }

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

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

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

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

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

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

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

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