#F7C0BD

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

Shades of Your Pink #F7C0BD

Tints of Your Pink #F7C0BD

Color information

#F7C0BD (or 0xF7C0BD) is unknown color: approx Your Pink. HEX triplet: F7, C0 and BD. RGB value is (247,192,189). Sum of RGB (Red+Green+Blue) = 247+192+189=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0BD is #083F42. Grayscale: #D0D0D0. Windows color (decimal): -540483 or 12435703. OLE color: 12435703.

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

Color convert

RGB247192189-
CMYK00.220.230.03
HSL3.1º78.38%85.49%-
HSV(B)3.1º23.48%96.86%-
XYZ66.3961.1556.45-
YUV208.1117.22155.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=39.33%
G=30.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719218900.220.230.033.178.3885.49
HexF7C0BD01617334e55
Octal3673002750262733116125
Binary11110111110000001011110101011010111111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0BD; }

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

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

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

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

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

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

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

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