Html Css Color HEX #F6BDBD Your Pink

📋 copy color: '#F6BDBD'

red 246 ◦ green 189 ◦ blue 189

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

Shades of Your Pink #F6BDBD

Tints of Your Pink #F6BDBD

RGB

 RED value IS 246 (96.48% from 255) = 39.42%

 GREEN value IS 189 (74.22% from 255) = 30.29%

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

R = 39.42%
G = 30.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6BDBD (or 0xF6BDBD) is known color: Your Pink. HEX triplet: F6, BD and BD. RGB value is (246,189,189). Sum of RGB (Red+Green+Blue) = 246+189+189=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDBD is #094242. Grayscale: #CECECE. Windows color (decimal): -606787 or 12434934. OLE color: 12434934.

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

Color convert

RGB 246 189 189 -
CMYK 0 0.23 0.23 0.04
HSL 0.76% 0.85% -
HSV(B) 0.23% 0.96% -
XYZ 65.39 59.66 56.21 -
YUV 206.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 246 189 189 0 0.23 0.23 0.04 0 0.76 0.85
Hex F6 BD BD 0 17 17 4 0 4C 55
Octal 366 275 275 0 27 27 4 0 114 125
Binary 11110110 10111101 10111101 0 10111 10111 100 0 1001100 1010101

Color Harmonies of #F6BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDBD

Black with #F6BDBD

Text Example


Text Example

White with #F6BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDBD; }

 p { color: rgb(246,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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