#F3D4E9

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

Shades of Classic Rose #F3D4E9

Tints of Classic Rose #F3D4E9

Color information

#F3D4E9 (or 0xF3D4E9) is unknown color: approx Classic Rose. HEX triplet: F3, D4 and E9. RGB value is (243,212,233). Sum of RGB (Red+Green+Blue) = 243+212+233=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D4E9 is #0C2B16. Grayscale: #DFDFDF. Windows color (decimal): -797463 or 15324403. OLE color: 15324403.

HSL color Cylindrical-coordinate representation of color #F3D4E9: hue angle of 319.35º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D4E9 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243212233-
CMYK00.130.040.05
HSL319.35º56.36%89.22%-
HSV(B)319.35º12.76%95.29%-
XYZ75.2172.0287.03-
YUV223.66133.27141.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 212 (83.20% from 255) = 30.81%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=35.32%
G=30.81%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321223300.130.040.05319.3556.3689.22
HexF3D4E90D4513f3859
Octal3633243510154547770131
Binary111100111101010011101001011011001011001111111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D4E9; }

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

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

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

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

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

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

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

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