#F7BCCA

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

Shades of Pink #F7BCCA

Tints of Pink #F7BCCA

Color information

#F7BCCA (or 0xF7BCCA) is unknown color: approx Pink. HEX triplet: F7, BC and CA. RGB value is (247,188,202). Sum of RGB (Red+Green+Blue) = 247+188+202=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCCA is #084335. Grayscale: #CFCFCF. Windows color (decimal): -541494 or 13286647. OLE color: 13286647.

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

Color convert

RGB247188202-
CMYK00.240.180.03
HSL345.76º78.67%85.29%-
HSV(B)345.76º23.89%96.86%-
XYZ676063.93-
YUV207.24125.05156.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=38.78%
G=29.51%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718820200.240.180.03345.7678.6785.29
HexF7BCCA01812315a4f55
Octal367274312030223532117125
Binary111101111011110011001010011000100101110101101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCCA; }

 p { color: rgb(247,188,202); }

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

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

 a { background-color: rgb(247,188,202); }

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

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

 span { border-color: rgb(247,188,202); }

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