Html Css Color HEX #FAC4BD Your Pink

📋 copy color: '#FAC4BD'

red 250 ◦ green 196 ◦ blue 189

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

Shades of Your Pink #FAC4BD

Tints of Your Pink #FAC4BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.76%

R = 39.37%
G = 30.87%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FAC4BD (or 0xFAC4BD) is known color: Your Pink. HEX triplet: FA, C4 and BD. RGB value is (250,196,189). Sum of RGB (Red+Green+Blue) = 250+196+189=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4BD is #053B42. Grayscale: #D3D3D3. Windows color (decimal): -342851 or 12436730. OLE color: 12436730.

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

Color convert

RGB 250 196 189 -
CMYK 0 0.22 0.24 0.02
HSL 6.89º 0.86% 0.86% -
HSV(B) 6.89º 0.24% 0.98% -
XYZ 68.35 63.48 56.79 -
YUV 211.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 250 196 189 0 0.22 0.24 0.02 6.89 0.86 0.86
Hex FA C4 BD 0 16 18 2 7 56 56
Octal 372 304 275 0 26 30 2 7 126 126
Binary 11111010 11000100 10111101 0 10110 11000 10 111 1010110 1010110

Color Harmonies of #FAC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4BD

Black with #FAC4BD

Text Example


Text Example

White with #FAC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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