Html Css Color HEX #FAC6B8 Your Pink

📋 copy color: '#FAC6B8'

red 250 ◦ green 198 ◦ blue 184

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

Shades of Your Pink #FAC6B8

Tints of Your Pink #FAC6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.11%

R = 39.56%
G = 31.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAC6B8 (or 0xFAC6B8) is known color: Your Pink. HEX triplet: FA, C6 and B8. RGB value is (250,198,184). Sum of RGB (Red+Green+Blue) = 250+198+184=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 184 (72.27% from 255 or 29.11% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6B8 is #053947. Grayscale: #D4D4D4. Windows color (decimal): -342344 or 12109562. OLE color: 12109562.

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

Color convert

RGB 250 198 184 -
CMYK 0 0.21 0.26 0.02
HSL 12.73º 0.87% 0.85% -
HSV(B) 12.73º 0.26% 0.98% -
XYZ 68.27 64.17 54.14 -
YUV 211.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 250 198 184 0 0.21 0.26 0.02 12.73 0.87 0.85
Hex FA C6 B8 0 15 1A 2 D 57 55
Octal 372 306 270 0 25 32 2 15 127 125
Binary 11111010 11000110 10111000 0 10101 11010 10 1101 1010111 1010101

Color Harmonies of #FAC6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6B8

Black with #FAC6B8

Text Example


Text Example

White with #FAC6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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