#F5C7BD

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

Shades of Your Pink #F5C7BD

Tints of Your Pink #F5C7BD

Color information

#F5C7BD (or 0xF5C7BD) is unknown color: approx Your Pink. HEX triplet: F5, C7 and BD. RGB value is (245,199,189). Sum of RGB (Red+Green+Blue) = 245+199+189=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C7BD is #0A3842. Grayscale: #D3D3D3. Windows color (decimal): -669763 or 12437493. OLE color: 12437493.

HSL color Cylindrical-coordinate representation of color #F5C7BD: hue angle of 10.71º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5C7BD is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245199189-
CMYK00.190.230.04
HSL10.71º73.68%85.1%-
HSV(B)10.71º22.86%96.08%-
XYZ67.2663.9356.94-
YUV211.61115.24151.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=38.70%
G=31.44%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519918900.190.230.0410.7173.6885.1
HexF5C7BD013174b4a55
Octal36530727502327413112125
Binary11110101110001111011110101001110111100101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C7BD; }

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

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

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

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

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

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

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

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