Html Css Color HEX #F9BCCD Pink

📋 copy color: '#F9BCCD'

red 249 ◦ green 188 ◦ blue 205

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

Shades of Pink #F9BCCD

Tints of Pink #F9BCCD

RGB

 RED value IS 249 (97.66% from 255) = 38.79%

 GREEN value IS 188 (73.83% from 255) = 29.28%

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 38.79%
G = 29.28%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9BCCD (or 0xF9BCCD) is known color: Pink. HEX triplet: F9, BC and CD. RGB value is (249,188,205). Sum of RGB (Red+Green+Blue) = 249+188+205=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCCD is #064332. Grayscale: #D0D0D0. Windows color (decimal): -410419 or 13483257. OLE color: 13483257.

HSL color Cylindrical-coordinate representation of color #F9BCCD: hue angle of 343.28º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCCD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 205 -
CMYK 0 0.24 0.18 0.02
HSL 343.28º 0.84% 0.86% -
HSV(B) 343.28º 0.24% 0.98% -
XYZ 68.07 60.51 65.85 -
YUV 208.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 249 188 205 0 0.24 0.18 0.02 343.28 0.84 0.86
Hex F9 BC CD 0 18 12 2 157 54 56
Octal 371 274 315 0 30 22 2 527 124 126
Binary 11111001 10111100 11001101 0 11000 10010 10 101010111 1010100 1010110

Color Harmonies of #F9BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCCD

Black with #F9BCCD

Text Example


Text Example

White with #F9BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCCD; }

 p { color: rgb(249,188,205); }

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

background-color css

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

 a { background-color: rgb(249,188,205); }

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

border-color css

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

 span { border-color: rgb(249,188,205); }

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