Html Css Color HEX #FAC6CF Pink

📋 copy color: '#FAC6CF'

red 250 ◦ green 198 ◦ blue 207

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

Shades of Pink #FAC6CF

Tints of Pink #FAC6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.6%

R = 38.17%
G = 30.23%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAC6CF (or 0xFAC6CF) is known color: Pink. HEX triplet: FA, C6 and CF. RGB value is (250,198,207). Sum of RGB (Red+Green+Blue) = 250+198+207=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6CF is #053930. Grayscale: #D6D6D6. Windows color (decimal): -342321 or 13616890. OLE color: 13616890.

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

Color convert

RGB 250 198 207 -
CMYK 0 0.21 0.17 0.02
HSL 349.62º 0.84% 0.88% -
HSV(B) 349.62º 0.21% 0.98% -
XYZ 70.88 65.22 67.88 -
YUV 214.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 250 198 207 0 0.21 0.17 0.02 349.62 0.84 0.88
Hex FA C6 CF 0 15 11 2 15E 54 58
Octal 372 306 317 0 25 21 2 536 124 130
Binary 11111010 11000110 11001111 0 10101 10001 10 101011110 1010100 1011000

Color Harmonies of #FAC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6CF

Black with #FAC6CF

Text Example


Text Example

White with #FAC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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