Html Css Color HEX #F6BBC6 Pink

📋 copy color: '#F6BBC6'

red 246 ◦ green 187 ◦ blue 198

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

Shades of Pink #F6BBC6

Tints of Pink #F6BBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.64%

 BLUE value IS 198 (77.73% from 255) = 31.38%

R = 38.99%
G = 29.64%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6BBC6 (or 0xF6BBC6) is known color: Pink. HEX triplet: F6, BB and C6. RGB value is (246,187,198). Sum of RGB (Red+Green+Blue) = 246+187+198=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBC6 is #094439. Grayscale: #CDCDCD. Windows color (decimal): -607290 or 13024246. OLE color: 13024246.

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

Color convert

RGB 246 187 198 -
CMYK 0 0.24 0.20 0.04
HSL 348.81º 0.77% 0.85% -
HSV(B) 348.81º 0.24% 0.96% -
XYZ 65.97 59.21 61.38 -
YUV 205.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 246 187 198 0 0.24 0.20 0.04 348.81 0.77 0.85
Hex F6 BB C6 0 18 14 4 15D 4D 55
Octal 366 273 306 0 30 24 4 535 115 125
Binary 11110110 10111011 11000110 0 11000 10100 100 101011101 1001101 1010101

Color Harmonies of #F6BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBC6

Black with #F6BBC6

Text Example


Text Example

White with #F6BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBC6; }

 p { color: rgb(246,187,198); }

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

background-color css

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

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

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

border-color css

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

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

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