#F7C8BD

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

Shades of Your Pink #F7C8BD

Tints of Your Pink #F7C8BD

Color information

#F7C8BD (or 0xF7C8BD) is unknown color: approx Your Pink. HEX triplet: F7, C8 and BD. RGB value is (247,200,189). Sum of RGB (Red+Green+Blue) = 247+200+189=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8BD is #083742. Grayscale: #D4D4D4. Windows color (decimal): -538435 or 12437751. OLE color: 12437751.

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

Color convert

RGB247200189-
CMYK00.190.230.03
HSL11.38º78.38%85.49%-
HSV(B)11.38º23.48%96.86%-
XYZ68.264.7657.05-
YUV212.8114.57152.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=38.84%
G=31.45%
B=29.72%

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
Decimal24720018900.190.230.0311.3878.3885.49
HexF7C8BD013173b4e55
Octal36731027502327313116125
Binary1111011111001000101111010100111011111101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8BD; }

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

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

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

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

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

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

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

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