#F3BED4

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

Shades of Classic Rose #F3BED4

Tints of Classic Rose #F3BED4

Color information

#F3BED4 (or 0xF3BED4) is unknown color: approx Classic Rose. HEX triplet: F3, BE and D4. RGB value is (243,190,212). Sum of RGB (Red+Green+Blue) = 243+190+212=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED4 is #0C412B. Grayscale: #D0D0D0. Windows color (decimal): -803116 or 13942515. OLE color: 13942515.

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

Color convert

RGB243190212-
CMYK00.220.130.05
HSL335.09º68.83%84.9%-
HSV(B)335.09º21.81%95.29%-
XYZ67.2660.6470.45-
YUV208.36130.06152.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=37.67%
G=29.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319021200.220.130.05335.0968.8384.9
HexF3BED4016D514f4555
Octal363276324026155517105125
Binary111100111011111011010100010110110110110100111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BED4; }

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

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

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

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

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

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

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

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