Html Css Color HEX #FBC9C1 Your Pink

📋 copy color: '#FBC9C1'

red 251 ◦ green 201 ◦ blue 193

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

Shades of Your Pink #FBC9C1

Tints of Your Pink #FBC9C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.92%

R = 38.91%
G = 31.16%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBC9C1 (or 0xFBC9C1) is known color: Your Pink. HEX triplet: FB, C9 and C1. RGB value is (251,201,193). Sum of RGB (Red+Green+Blue) = 251+201+193=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9C1 is #04363E. Grayscale: #D7D7D7. Windows color (decimal): -276031 or 12700155. OLE color: 12700155.

HSL color Cylindrical-coordinate representation of color #FBC9C1: hue angle of 8.28º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC9C1 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 193 -
CMYK 0 0.20 0.23 0.02
HSL 8.28º 0.88% 0.87% -
HSV(B) 8.28º 0.23% 0.98% -
XYZ 70.3 66.13 59.51 -
YUV 215.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 251 201 193 0 0.20 0.23 0.02 8.28 0.88 0.87
Hex FB C9 C1 0 14 17 2 8 58 57
Octal 373 311 301 0 24 27 2 10 130 127
Binary 11111011 11001001 11000001 0 10100 10111 10 1000 1011000 1010111

Color Harmonies of #FBC9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9C1

Black with #FBC9C1

Text Example


Text Example

White with #FBC9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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