#F5B7C1

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

Shades of Light Pink #F5B7C1

Tints of Light Pink #F5B7C1

Color information

#F5B7C1 (or 0xF5B7C1) is unknown color: approx Light Pink. HEX triplet: F5, B7 and C1. RGB value is (245,183,193). Sum of RGB (Red+Green+Blue) = 245+183+193=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7C1 is #0A483E. Grayscale: #CACACA. Windows color (decimal): -673855 or 12695541. OLE color: 12695541.

HSL color Cylindrical-coordinate representation of color #F5B7C1: hue angle of 350.32º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7C1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB245183193-
CMYK00.250.210.04
HSL350.32º75.61%83.92%-
HSV(B)350.32º25.31%96.08%-
XYZ64.2257.1358.09-
YUV202.68122.54158.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=39.45%
G=29.47%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518319300.250.210.04350.3275.6183.92
HexF5B7C101915415e4c54
Octal365267301031254536114124
Binary1111010110110111110000010110011010110010101111010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7C1; }

 p { color: rgb(245,183,193); }

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

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

 a { background-color: rgb(245,183,193); }

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

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

 span { border-color: rgb(245,183,193); }

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