#F3C2BD

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

Shades of Your Pink #F3C2BD

Tints of Your Pink #F3C2BD

Color information

#F3C2BD (or 0xF3C2BD) is unknown color: approx Your Pink. HEX triplet: F3, C2 and BD. RGB value is (243,194,189). Sum of RGB (Red+Green+Blue) = 243+194+189=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BD is #0C3D42. Grayscale: #D0D0D0. Windows color (decimal): -802115 or 12436211. OLE color: 12436211.

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

Color convert

RGB243194189-
CMYK00.200.220.05
HSL5.56º69.23%84.71%-
HSV(B)5.56º22.22%95.29%-
XYZ65.4461.3156.53-
YUV208.08117.23152.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=38.82%
G=30.99%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319418900.200.220.055.5669.2384.71
HexF3C2BD01416564555
Octal3633022750242656105125
Binary1111001111000010101111010101001011010111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2BD; }

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

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

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

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

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

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

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

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