#F7C4BD

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

Shades of Your Pink #F7C4BD

Tints of Your Pink #F7C4BD

Color information

#F7C4BD (or 0xF7C4BD) is unknown color: approx Your Pink. HEX triplet: F7, C4 and BD. RGB value is (247,196,189). Sum of RGB (Red+Green+Blue) = 247+196+189=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C4BD is #083B42. Grayscale: #D2D2D2. Windows color (decimal): -539459 or 12436727. OLE color: 12436727.

HSL color Cylindrical-coordinate representation of color #F7C4BD: hue angle of 7.24º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7C4BD is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247196189-
CMYK00.210.230.03
HSL7.24º78.38%85.49%-
HSV(B)7.24º23.48%96.86%-
XYZ67.2862.9356.74-
YUV210.45115.9154.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.08%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=39.08%
G=31.01%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719618900.210.230.037.2478.3885.49
HexF7C4BD01517374e55
Octal3673042750252737116125
Binary111101111100010010111101010101101111111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C4BD; }

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

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

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

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

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

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

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

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