Html Css Color HEX #F5BEBC Your Pink

📋 copy color: '#F5BEBC'

red 245 ◦ green 190 ◦ blue 188

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

Shades of Your Pink #F5BEBC

Tints of Your Pink #F5BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.5%

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

R = 39.33%
G = 30.5%
B = 30.18%

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

#F5BEBC (or 0xF5BEBC) is known color: Your Pink. HEX triplet: F5, BE and BC. RGB value is (245,190,188). Sum of RGB (Red+Green+Blue) = 245+190+188=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEBC is #0A4143. Grayscale: #CECECE. Windows color (decimal): -672068 or 12369653. OLE color: 12369653.

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

Color convert

RGB 245 190 188 -
CMYK 0 0.22 0.23 0.04
HSL 2.11º 0.74% 0.85% -
HSV(B) 2.11º 0.23% 0.96% -
XYZ 65.15 59.87 55.7 -
YUV 206.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 245 190 188 0 0.22 0.23 0.04 2.11 0.74 0.85
Hex F5 BE BC 0 16 17 4 2 4A 55
Octal 365 276 274 0 26 27 4 2 112 125
Binary 11110101 10111110 10111100 0 10110 10111 100 10 1001010 1010101

Color Harmonies of #F5BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEBC

Black with #F5BEBC

Text Example


Text Example

White with #F5BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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