Html Css Color HEX #F5BFCB Pink

📋 copy color: '#F5BFCB'

red 245 ◦ green 191 ◦ blue 203

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

Shades of Pink #F5BFCB

Tints of Pink #F5BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 38.34%
G = 29.89%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5BFCB (or 0xF5BFCB) is known color: Pink. HEX triplet: F5, BF and CB. RGB value is (245,191,203). Sum of RGB (Red+Green+Blue) = 245+191+203=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFCB is #0A4034. Grayscale: #D0D0D0. Windows color (decimal): -671797 or 13352949. OLE color: 13352949.

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

Color convert

RGB 245 191 203 -
CMYK 0 0.22 0.17 0.04
HSL 346.67º 0.73% 0.85% -
HSV(B) 346.67º 0.22% 0.96% -
XYZ 67.07 60.99 64.74 -
YUV 208.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 245 191 203 0 0.22 0.17 0.04 346.67 0.73 0.85
Hex F5 BF CB 0 16 11 4 15B 49 55
Octal 365 277 313 0 26 21 4 533 111 125
Binary 11110101 10111111 11001011 0 10110 10001 100 101011011 1001001 1010101

Color Harmonies of #F5BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFCB

Black with #F5BFCB

Text Example


Text Example

White with #F5BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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