#F6C4BD

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

Shades of Your Pink #F6C4BD

Tints of Your Pink #F6C4BD

Color information

#F6C4BD (or 0xF6C4BD) is unknown color: approx Your Pink. HEX triplet: F6, C4 and BD. RGB value is (246,196,189). Sum of RGB (Red+Green+Blue) = 246+196+189=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BD is #093B42. Grayscale: #D2D2D2. Windows color (decimal): -604995 or 12436726. OLE color: 12436726.

HSL color Cylindrical-coordinate representation of color #F6C4BD: hue angle of 7.37º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C4BD is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246196189-
CMYK00.200.230.04
HSL7.37º76%85.29%-
HSV(B)7.37º23.17%96.47%-
XYZ66.9362.7556.73-
YUV210.15116.06153.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=38.99%
G=31.06%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619618900.200.230.047.377685.29
HexF6C4BD01417474c55
Octal3663042750242747114125
Binary1111011011000100101111010101001011110011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C4BD; }

 p { color: rgb(246,196,189); }

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

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

 a { background-color: rgb(246,196,189); }

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

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

 span { border-color: rgb(246,196,189); }

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