#F3BDDF

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

Shades of Classic Rose #F3BDDF

Tints of Classic Rose #F3BDDF

Color information

#F3BDDF (or 0xF3BDDF) is unknown color: approx Classic Rose. HEX triplet: F3, BD and DF. RGB value is (243,189,223). Sum of RGB (Red+Green+Blue) = 243+189+223=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDDF is #0C4220. Grayscale: #D0D0D0. Windows color (decimal): -803361 or 14663155. OLE color: 14663155.

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

Color convert

RGB243189223-
CMYK00.220.080.05
HSL322.22º69.23%84.71%-
HSV(B)322.22º22.22%95.29%-
XYZ68.4860.7877.93-
YUV209.02135.89152.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=37.10%
G=28.85%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318922300.220.080.05322.2269.2384.71
HexF3BDDF016851424555
Octal363275337026105502105125
Binary111100111011110111011111010110100010110100001010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BDDF; }

 p { color: rgb(243,189,223); }

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

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

 a { background-color: rgb(243,189,223); }

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

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

 span { border-color: rgb(243,189,223); }

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