Html Css Color HEX #F5C7BD Your Pink

📋 copy color: '#F5C7BD'

red 245 ◦ green 199 ◦ blue 189

#F5C7BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Your Pink #F5C7BD

Tints of Your Pink #F5C7BD

RGB

 RED value IS 245 (96.09% from 255) = 38.7%

 GREEN value IS 199 (78.13% from 255) = 31.44%

 BLUE value IS 189 (74.22% from 255) = 29.86%

R = 38.7%
G = 31.44%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5C7BD (or 0xF5C7BD) is known color: 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

RGB 245 199 189 -
CMYK 0 0.19 0.23 0.04
HSL 10.71º 0.74% 0.85% -
HSV(B) 10.71º 0.23% 0.96% -
XYZ 67.26 63.93 56.94 -
YUV 211.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 245 199 189 0 0.19 0.23 0.04 10.71 0.74 0.85
Hex F5 C7 BD 0 13 17 4 B 4A 55
Octal 365 307 275 0 23 27 4 13 112 125
Binary 11110101 11000111 10111101 0 10011 10111 100 1011 1001010 1010101

Color Harmonies of #F5C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C7BD

Black with #F5C7BD

Text Example


Text Example

White with #F5C7BD

Text Example


Text Example

HTML Codes & Css Web 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>