Html Css Color HEX #FAC4BB Your Pink

📋 copy color: '#FAC4BB'

red 250 ◦ green 196 ◦ blue 187

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

Shades of Your Pink #FAC4BB

Tints of Your Pink #FAC4BB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.96%

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

R = 39.49%
G = 30.96%
B = 29.54%

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

#FAC4BB (or 0xFAC4BB) is known color: Your Pink. HEX triplet: FA, C4 and BB. RGB value is (250,196,187). Sum of RGB (Red+Green+Blue) = 250+196+187=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BB is #053B44. Grayscale: #D3D3D3. Windows color (decimal): -342853 or 12305658. OLE color: 12305658.

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

Color convert

RGB 250 196 187 -
CMYK 0 0.22 0.25 0.02
HSL 8.57º 0.86% 0.86% -
HSV(B) 8.57º 0.25% 0.98% -
XYZ 68.13 63.39 55.66 -
YUV 211.12 114.39 155.73 -
System Red Green Blue C M Y K H S L
Decimal 250 196 187 0 0.22 0.25 0.02 8.57 0.86 0.86
Hex FA C4 BB 0 16 19 2 9 56 56
Octal 372 304 273 0 26 31 2 11 126 126
Binary 11111010 11000100 10111011 0 10110 11001 10 1001 1010110 1010110

Color Harmonies of #FAC4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4BB

Black with #FAC4BB

Text Example


Text Example

White with #FAC4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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