#F7C7BD

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

Shades of Your Pink #F7C7BD

Tints of Your Pink #F7C7BD

Color information

#F7C7BD (or 0xF7C7BD) is unknown color: approx Your Pink. HEX triplet: F7, C7 and BD. RGB value is (247,199,189). Sum of RGB (Red+Green+Blue) = 247+199+189=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7BD is #083842. Grayscale: #D4D4D4. Windows color (decimal): -538691 or 12437495. OLE color: 12437495.

HSL color Cylindrical-coordinate representation of color #F7C7BD: hue angle of 10.34º 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 #F7C7BD is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247199189-
CMYK00.190.230.03
HSL10.34º78.38%85.49%-
HSV(B)10.34º23.48%96.86%-
XYZ67.9764.356.97-
YUV212.21114.9152.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 199 (78.12% from 255) = 31.34%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=38.90%
G=31.34%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719918900.190.230.0310.3478.3885.49
HexF7C7BD013173a4e55
Octal36730727502327312116125
Binary1111011111000111101111010100111011111101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7BD; }

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

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

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

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

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

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

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

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