Html Css Color HEX #FAC2BB Your Pink

📋 copy color: '#FAC2BB'

red 250 ◦ green 194 ◦ blue 187

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

Shades of Your Pink #FAC2BB

Tints of Your Pink #FAC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.74%

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

R = 39.62%
G = 30.74%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAC2BB (or 0xFAC2BB) is known color: Your Pink. HEX triplet: FA, C2 and BB. RGB value is (250,194,187). Sum of RGB (Red+Green+Blue) = 250+194+187=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2BB is #053D44. Grayscale: #D2D2D2. Windows color (decimal): -343365 or 12305146. OLE color: 12305146.

HSL color Cylindrical-coordinate representation of color #FAC2BB: hue angle of 6.67º 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 #FAC2BB is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 187 -
CMYK 0 0.22 0.25 0.02
HSL 6.67º 0.86% 0.86% -
HSV(B) 6.67º 0.25% 0.98% -
XYZ 67.69 62.5 55.51 -
YUV 209.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 250 194 187 0 0.22 0.25 0.02 6.67 0.86 0.86
Hex FA C2 BB 0 16 19 2 7 56 56
Octal 372 302 273 0 26 31 2 7 126 126
Binary 11111010 11000010 10111011 0 10110 11001 10 111 1010110 1010110

Color Harmonies of #FAC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2BB

Black with #FAC2BB

Text Example


Text Example

White with #FAC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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