Html Css Color HEX #FBC9D1 Pink

📋 copy color: '#FBC9D1'

red 251 ◦ green 201 ◦ blue 209

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

Shades of Pink #FBC9D1

Tints of Pink #FBC9D1

RGB

 RED value IS 251 (98.44% from 255) = 37.97%

 GREEN value IS 201 (78.91% from 255) = 30.41%

 BLUE value IS 209 (82.03% from 255) = 31.62%

R = 37.97%
G = 30.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBC9D1 (or 0xFBC9D1) is known color: Pink. HEX triplet: FB, C9 and D1. RGB value is (251,201,209). Sum of RGB (Red+Green+Blue) = 251+201+209=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9D1 is #04362E. Grayscale: #D8D8D8. Windows color (decimal): -276015 or 13748731. OLE color: 13748731.

HSL color Cylindrical-coordinate representation of color #FBC9D1: hue angle of 350.4º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9D1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 209 -
CMYK 0 0.20 0.17 0.02
HSL 350.4º 0.86% 0.89% -
HSV(B) 350.4º 0.2% 0.98% -
XYZ 72.18 66.89 69.43 -
YUV 216.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 251 201 209 0 0.20 0.17 0.02 350.4 0.86 0.89
Hex FB C9 D1 0 14 11 2 15E 56 59
Octal 373 311 321 0 24 21 2 536 126 131
Binary 11111011 11001001 11010001 0 10100 10001 10 101011110 1010110 1011001

Color Harmonies of #FBC9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9D1

Black with #FBC9D1

Text Example


Text Example

White with #FBC9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9D1; }

 p { color: rgb(251,201,209); }

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

background-color css

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

 a { background-color: rgb(251,201,209); }

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

border-color css

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

 span { border-color: rgb(251,201,209); }

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