Html Css Color HEX #FAC6B7 Your Pink

📋 copy color: '#FAC6B7'

red 250 ◦ green 198 ◦ blue 183

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

Shades of Your Pink #FAC6B7

Tints of Your Pink #FAC6B7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

 BLUE value IS 183 (71.88% from 255) = 29%

R = 39.62%
G = 31.38%
B = 29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAC6B7 (or 0xFAC6B7) is known color: Your Pink. HEX triplet: FA, C6 and B7. RGB value is (250,198,183). Sum of RGB (Red+Green+Blue) = 250+198+183=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6B7 is #053948. Grayscale: #D3D3D3. Windows color (decimal): -342345 or 12044026. OLE color: 12044026.

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

Color convert

RGB 250 198 183 -
CMYK 0 0.21 0.27 0.02
HSL 13.43º 0.87% 0.85% -
HSV(B) 13.43º 0.27% 0.98% -
XYZ 68.17 64.13 53.59 -
YUV 211.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 250 198 183 0 0.21 0.27 0.02 13.43 0.87 0.85
Hex FA C6 B7 0 15 1B 2 D 57 55
Octal 372 306 267 0 25 33 2 15 127 125
Binary 11111010 11000110 10110111 0 10101 11011 10 1101 1010111 1010101

Color Harmonies of #FAC6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6B7

Black with #FAC6B7

Text Example


Text Example

White with #FAC6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6B7; }

 p { color: rgb(250,198,183); }

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

background-color css

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

 a { background-color: rgb(250,198,183); }

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

border-color css

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

 span { border-color: rgb(250,198,183); }

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