#F3C1BD

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

Shades of Your Pink #F3C1BD

Tints of Your Pink #F3C1BD

Color information

#F3C1BD (or 0xF3C1BD) is unknown color: approx Your Pink. HEX triplet: F3, C1 and BD. RGB value is (243,193,189). Sum of RGB (Red+Green+Blue) = 243+193+189=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1BD is #0C3E42. Grayscale: #CFCFCF. Windows color (decimal): -802371 or 12435955. OLE color: 12435955.

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

Color convert

RGB243193189-
CMYK00.210.220.05
HSL4.44º69.23%84.71%-
HSV(B)4.44º22.22%95.29%-
XYZ65.2260.8756.46-
YUV207.49117.56153.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=38.88%
G=30.88%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319318900.210.220.054.4469.2384.71
HexF3C1BD01516544555
Octal3633012750252654105125
Binary1111001111000001101111010101011011010110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C1BD; }

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

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

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

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

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

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

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

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