Html Css Color HEX #F5BFBC Your Pink

📋 copy color: '#F5BFBC'

red 245 ◦ green 191 ◦ blue 188

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

Shades of Your Pink #F5BFBC

Tints of Your Pink #F5BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 39.26%
G = 30.61%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5BFBC (or 0xF5BFBC) is known color: Your Pink. HEX triplet: F5, BF and BC. RGB value is (245,191,188). Sum of RGB (Red+Green+Blue) = 245+191+188=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFBC is #0A4043. Grayscale: #CECECE. Windows color (decimal): -671812 or 12369909. OLE color: 12369909.

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

Color convert

RGB 245 191 188 -
CMYK 0 0.22 0.23 0.04
HSL 3.16º 0.74% 0.85% -
HSV(B) 3.16º 0.23% 0.96% -
XYZ 65.36 60.3 55.77 -
YUV 206.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 245 191 188 0 0.22 0.23 0.04 3.16 0.74 0.85
Hex F5 BF BC 0 16 17 4 3 4A 55
Octal 365 277 274 0 26 27 4 3 112 125
Binary 11110101 10111111 10111100 0 10110 10111 100 11 1001010 1010101

Color Harmonies of #F5BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFBC

Black with #F5BFBC

Text Example


Text Example

White with #F5BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFBC; }

 p { color: rgb(245,191,188); }

 H1.HeaderClassName
 {
   color: #F5BFBC;
 }
 .AnyTagClassName
 {
   color: #F5BFBC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,191,188); }

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

border-color css

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

 span { border-color: rgb(245,191,188); }

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