#F3C7BD

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

Shades of Your Pink #F3C7BD

Tints of Your Pink #F3C7BD

Color information

#F3C7BD (or 0xF3C7BD) is unknown color: approx Your Pink. HEX triplet: F3, C7 and BD. RGB value is (243,199,189). Sum of RGB (Red+Green+Blue) = 243+199+189=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7BD is #0C3842. Grayscale: #D3D3D3. Windows color (decimal): -800835 or 12437491. OLE color: 12437491.

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

Color convert

RGB243199189-
CMYK00.180.220.05
HSL11.11º69.23%84.71%-
HSV(B)11.11º22.22%95.29%-
XYZ66.5763.5856.91-
YUV211.02115.58150.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=38.51%
G=31.54%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319918900.180.220.0511.1169.2384.71
HexF3C7BD012165b4555
Octal36330727502226513105125
Binary11110011110001111011110101001010110101101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C7BD; }

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

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

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

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

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

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

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

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