#F3C5BD

Color #F3C5BD Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #F3C5BD

Tints of Your Pink #F3C5BD

Color information

#F3C5BD (or 0xF3C5BD) is unknown color: approx Your Pink. HEX triplet: F3, C5 and BD. RGB value is (243,197,189). Sum of RGB (Red+Green+Blue) = 243+197+189=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5BD is #0C3A42. Grayscale: #D1D1D1. Windows color (decimal): -801347 or 12436979. OLE color: 12436979.

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

Color convert

RGB243197189-
CMYK00.190.220.05
HSL8.89º69.23%84.71%-
HSV(B)8.89º22.22%95.29%-
XYZ66.1162.6656.75-
YUV209.84116.24151.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=38.63%
G=31.32%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319718900.190.220.058.8969.2384.71
HexF3C5BD01316594555
Octal36330527502326511105125
Binary11110011110001011011110101001110110101100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5BD; }

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

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

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

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

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

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

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

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