#F3C2BB

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

Shades of Your Pink #F3C2BB

Tints of Your Pink #F3C2BB

Color information

#F3C2BB (or 0xF3C2BB) is unknown color: approx Your Pink. HEX triplet: F3, C2 and BB. RGB value is (243,194,187). Sum of RGB (Red+Green+Blue) = 243+194+187=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BB is #0C3D44. Grayscale: #CFCFCF. Windows color (decimal): -802117 or 12305139. OLE color: 12305139.

HSL color Cylindrical-coordinate representation of color #F3C2BB: hue angle of 7.5º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C2BB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243194187-
CMYK00.200.230.05
HSL7.5º70%84.31%-
HSV(B)7.5º23.05%95.29%-
XYZ65.2261.2355.39-
YUV207.85116.23153.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.94%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=38.94%
G=31.09%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319418700.200.230.057.57084.31
HexF3C2BB01417584654
Octal36330227302427510106124
Binary11110011110000101011101101010010111101100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2BB; }

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

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

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

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

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

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

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

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