Html Css Color HEX #FAC1BB Your Pink

📋 copy color: '#FAC1BB'

red 250 ◦ green 193 ◦ blue 187

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

Shades of Your Pink #FAC1BB

Tints of Your Pink #FAC1BB

RGB

 RED value IS 250 (98.05% from 255) = 39.68%

 GREEN value IS 193 (75.78% from 255) = 30.63%

 BLUE value IS 187 (73.44% from 255) = 29.68%

R = 39.68%
G = 30.63%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAC1BB (or 0xFAC1BB) is known color: Your Pink. HEX triplet: FA, C1 and BB. RGB value is (250,193,187). Sum of RGB (Red+Green+Blue) = 250+193+187=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1BB is #053E44. Grayscale: #D1D1D1. Windows color (decimal): -343621 or 12304890. OLE color: 12304890.

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

Color convert

RGB 250 193 187 -
CMYK 0 0.23 0.25 0.02
HSL 5.71º 0.86% 0.86% -
HSV(B) 5.71º 0.25% 0.98% -
XYZ 67.46 62.05 55.44 -
YUV 209.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 250 193 187 0 0.23 0.25 0.02 5.71 0.86 0.86
Hex FA C1 BB 0 17 19 2 6 56 56
Octal 372 301 273 0 27 31 2 6 126 126
Binary 11111010 11000001 10111011 0 10111 11001 10 110 1010110 1010110

Color Harmonies of #FAC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1BB

Black with #FAC1BB

Text Example


Text Example

White with #FAC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1BB; }

 p { color: rgb(250,193,187); }

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

background-color css

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

 a { background-color: rgb(250,193,187); }

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

border-color css

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

 span { border-color: rgb(250,193,187); }

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